Action_Scheduler\WP_CLI

System_Command::runnerpublicWC 1.0

Print in-use runner class.

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

Хуков нет.

Возвращает

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

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

$System_Command = new System_Command();
$System_Command->runner( $args, $assoc_args );
$args(массив) (обязательный)
Positional args.
$assoc_args(массив) (обязательный)
Keyed args.

Код System_Command::runner() WC 10.9.4

public function runner( array $args, array $assoc_args ) {
	echo $this->get_current_runner();
}