ActionScheduler::factory()
Method of the class: ActionScheduler{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = ActionScheduler::factory();
ActionScheduler::factory() ActionScheduler::factory code WC 9.2.3
public static function factory() { if ( !isset(self::$factory) ) { self::$factory = new ActionScheduler_ActionFactory(); } return self::$factory; }