ActionScheduler_wpPostStore::get_null_action
Get NULL action.
Method of the class: ActionScheduler_wpPostStore{}
No Hooks.
Returns
ActionScheduler_NullAction
.
Usage
// protected - for code of main (parent) or child class $result = $this->get_null_action();
ActionScheduler_wpPostStore::get_null_action() ActionScheduler wpPostStore::get null action code WC 9.9.5
protected function get_null_action() { return new ActionScheduler_NullAction(); }