ActionScheduler::store()
Get Store instance.
Method of the class: ActionScheduler{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$result = ActionScheduler::store();
ActionScheduler::store() ActionScheduler::store code WC 9.8.4
public static function store() { return ActionScheduler_Store::instance(); }