WP_HTML_Token::__wakeup()
Wakeup magic method.
Method of the class: WP_HTML_Token{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WP_HTML_Token = new WP_HTML_Token(); $WP_HTML_Token->__wakeup();
Changelog
Since 6.4.2 | Introduced. |
WP_HTML_Token::__wakeup() WP HTML Token:: wakeup code WP 6.6.2
public function __wakeup() { throw new \LogicException( __CLASS__ . ' should never be unserialized' ); }