Yoast\WP\SEO\MyYoast_Client\User_Interface

Auth_Command::get_namespacepublic staticYoast 1.0

Returns the namespace of this command.

Метод класса: Auth_Command{}

Хуков нет.

Возвращает

Строку.

Использование

$result = Auth_Command::get_namespace();

Код Auth_Command::get_namespace() Yoast 27.7

public static function get_namespace() {
	return Main::WP_CLI_NAMESPACE . ' auth';
}