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