Yoast\WP\SEO\Commands

Cleanup_Command::get_namespace()public staticYoast 1.0

Returns the namespace of this command.

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

Хуков нет.

Возвращает

Строку.

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

$result = Cleanup_Command::get_namespace();

Код Cleanup_Command::get_namespace() Yoast 22.3

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