ActionScheduler_FatalErrorMonitor::untrack_action()publicWC 1.0

Method of the class: ActionScheduler_FatalErrorMonitor{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_FatalErrorMonitor = new ActionScheduler_FatalErrorMonitor();
$ActionScheduler_FatalErrorMonitor->untrack_action();

ActionScheduler_FatalErrorMonitor::untrack_action() code WC 8.7.0

public function untrack_action() {
	$this->action_id = 0;
}