ActionScheduler_DBStore::get_null_action
Create a null action.
Method of the class: ActionScheduler_DBStore{}
No Hooks.
Returns
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 10.8.1
protected function get_null_action() {
return new ActionScheduler_NullAction();
}