ActionScheduler::__wakeuppublicWC 1.0

Wakeup.

Method of the class: ActionScheduler{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler = new ActionScheduler();
$ActionScheduler->__wakeup();

ActionScheduler::__wakeup() code WC 10.7.0

final public function __wakeup() {
	trigger_error( 'Singleton. No serialization allowed!', E_USER_ERROR ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_trigger_error
}