ActionScheduler::store() public WC 1.0
{} It's a method of the class: ActionScheduler{}
No Hooks.
Return
Null. Nothing.
Usage
$result = ActionScheduler::store();
Code of ActionScheduler::store() ActionScheduler::store WC 5.0.0
public static function store() {
return ActionScheduler_Store::instance();
}