ActionScheduler_Action::execute()
Method of the class: ActionScheduler_Action{}
Hooks from the method
Return
null
. Nothing.
Usage
$ActionScheduler_Action = new ActionScheduler_Action(); $ActionScheduler_Action->execute();
ActionScheduler_Action::execute() ActionScheduler Action::execute code WC 7.3.0
public function execute() { return do_action_ref_array( $this->get_hook(), array_values( $this->get_args() ) ); }