WpOrg\Requests
Hooks::__wakeup
Method of the class: Hooks{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Hooks = new Hooks(); $Hooks->__wakeup();
Hooks::__wakeup() Hooks:: wakeup code WP 7.0
public function __wakeup() {
throw new \LogicException( __CLASS__ . ' should never be unserialized' );
}