ActionScheduler_wpPostStore::get_null_actionprotectedWC 1.0

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() code WC 9.9.5

protected function get_null_action() {
	return new ActionScheduler_NullAction();
}