ActionScheduler_wpPostStore::get_null_action()protectedWC 1.0

Get NULL action.

Method of the class: ActionScheduler_wpPostStore{}

No Hooks.

Return

ActionScheduler_NullAction.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_null_action();

ActionScheduler_wpPostStore::get_null_action() code WC 8.7.0

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