Yoast\WP\SEO\Commands

Command_Interface{}interfaceYoast 1.0

Interface definition for WP CLI commands.

An interface for registering integrations with WordPress.

Хуков нет.

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

$Command_Interface = new Command_Interface();
// use class methods

Методы

  1. public static get_namespace()

Код Command_Interface{} Yoast 26.9

interface Command_Interface {

	/**
	 * Returns the namespace of this command.
	 *
	 * @return string
	 */
	public static function get_namespace();
}