ActionScheduler_Logger::unhook_stored_action
Unhook callback for storing action.
Method of the class: ActionScheduler_Logger{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ActionScheduler_Logger = new ActionScheduler_Logger(); $ActionScheduler_Logger->unhook_stored_action();
ActionScheduler_Logger::unhook_stored_action() ActionScheduler Logger::unhook stored action code WC 10.8.1
public function unhook_stored_action() {
remove_action( 'action_scheduler_stored_action', array( $this, 'log_stored_action' ) );
}