ActionScheduler_DBStore::get_null_action()
Create a null action.
Method of the class: ActionScheduler_DBStore{}
No Hooks.
Return
ActionScheduler_NullAction
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_null_action();
ActionScheduler_DBStore::get_null_action() ActionScheduler DBStore::get null action code WC 9.7.1
protected function get_null_action() { return new ActionScheduler_NullAction(); }