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 9.9.3
public static function runner() { return ActionScheduler_QueueRunner::instance(); }