ActionScheduler_NullAction::execute()
Method of the class: ActionScheduler_NullAction{}
No Hooks.
Return
null
. Nothing.
Usage
$ActionScheduler_NullAction = new ActionScheduler_NullAction(); $ActionScheduler_NullAction->execute();
ActionScheduler_NullAction::execute() ActionScheduler NullAction::execute code WC 7.3.0
public function execute() { // don't execute }