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