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