Action_Scheduler\WP_CLI
System_Command::get_current_runner
Get current runner.
Метод класса: System_Command{}
Хуков нет.
Возвращает
Строку.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_current_runner();
Код System_Command::get_current_runner() System Command::get current runner WC 10.9.4
protected function get_current_runner() {
return get_class( \ActionScheduler::runner() );
}