WP_CLI\Context

Cli::process()publicWP-CLI 1.0

Process the context to set up the environment correctly.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Cli = new Cli();
$Cli->process( $config );
$config(массив) (обязательный)
Associative array of configuration data.

Код Cli::process() WP-CLI 2.8.0-alpha

public function process( $config ) {
	// Nothing needs to be done for now, as this is the default.
}