Yoast\WP\SEO\MyYoast_Client\User_Interface
Auth_Command::get_namespace
Returns the namespace of this command.
Метод класса: Auth_Command{}
Хуков нет.
Возвращает
Строку.
Использование
$result = Auth_Command::get_namespace();
Код Auth_Command::get_namespace() Auth Command::get namespace Yoast 27.7
public static function get_namespace() {
return Main::WP_CLI_NAMESPACE . ' auth';
}