ActionScheduler::runner
Get QueueRunner instance.
Method of the class: ActionScheduler{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = ActionScheduler::runner();
ActionScheduler::runner() ActionScheduler::runner code WC 10.6.2
public static function runner() {
return ActionScheduler_QueueRunner::instance();
}