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