WP_HTML_Tag_Processor::__wakeuppublicWP 6.9.2

Wakeup magic method.

Method of the class: WP_HTML_Tag_Processor{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 6.9.2 Introduced.

WP_HTML_Tag_Processor::__wakeup() code WP 7.0

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