ActionScheduler_Logger::hook_stored_action()
Method of the class: ActionScheduler_Logger{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_Logger = new ActionScheduler_Logger(); $ActionScheduler_Logger->hook_stored_action();
ActionScheduler_Logger::hook_stored_action() ActionScheduler Logger::hook stored action code WC 9.3.1
public function hook_stored_action() { add_action( 'action_scheduler_stored_action', array( $this, 'log_stored_action' ) ); }