ActionScheduler_Versions::instance
Get instance.
Method of the class: ActionScheduler_Versions{}
No Hooks.
Returns
ActionScheduler_Versions.
Usage
$result = ActionScheduler_Versions::instance();
ActionScheduler_Versions::instance() ActionScheduler Versions::instance code WC 10.3.5
public static function instance() {
if ( empty( self::$instance ) ) {
self::$instance = new self();
}
return self::$instance;
}