ActionScheduler::store
Get Store instance.
Метод класса: ActionScheduler{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = ActionScheduler::store();
Код ActionScheduler::store() ActionScheduler::store WC 10.7.0
public static function store() {
return ActionScheduler_Store::instance();
}