WpOrg\Requests

Hooks::__wakeup()publicWP 1.0

Method of the class: Hooks{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Hooks::__wakeup() code WP 6.6.2

public function __wakeup() {
	throw new \LogicException( __CLASS__ . ' should never be unserialized' );
}