Yoast\WP\SEO\Commands
Command_Interface{}
Interface definition for WP CLI commands.
An interface for registering integrations with WordPress.
Хуков нет.
Использование
$Command_Interface = new Command_Interface(); // use class methods
Методы
- public static get_namespace()
Код Command_Interface{} Command Interface{} Yoast 26.9
interface Command_Interface {
/**
* Returns the namespace of this command.
*
* @return string
*/
public static function get_namespace();
}