ActionScheduler_Logger::hook_stored_action
Register callback for storing action.
Method of the class: ActionScheduler_Logger{}
No Hooks.
Returns
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 11.0.1
public function hook_stored_action() {
add_action( 'action_scheduler_stored_action', array( $this, 'log_stored_action' ) );
}