ActionScheduler_Logger::hook_stored_actionpublicWC 1.0

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() code WC 9.9.5

public function hook_stored_action() {
	add_action( 'action_scheduler_stored_action', array( $this, 'log_stored_action' ) );
}