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