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