ActionScheduler_wpPostStore::get_null_action
Get NULL action.
Метод класса: ActionScheduler_wpPostStore{}
Хуков нет.
Возвращает
ActionScheduler_NullAction.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_null_action();
Код ActionScheduler_wpPostStore::get_null_action() ActionScheduler wpPostStore::get null action WC 10.3.5
protected function get_null_action() {
return new ActionScheduler_NullAction();
}