/home/altere25/labratnyc.com/wp-includes/html-api
NameSizeModeActions
cykgxnb/-0755rm
.htaccess1780644editdlrm
class-wp-html-active-formatting-elements.php72760644editdlrm
class-wp-html-attribute-token.php28650644editdlrm
class-wp-html-decoder.php203260644editdlrm
class-wp-html-doctype-info.php255090644editdlrm
class-wp-html-open-elements.php225260644editdlrm
class-wp-html-processor-state.php114260644editdlrm
class-wp-html-processor.php2139190644editdlrm
class-wp-html-span.php10990644editdlrm
class-wp-html-stack-event.php16530644editdlrm
class-wp-html-tag-processor.php1788230644editdlrm
class-wp-html-text-replacement.php14090644editdlrm
class-wp-html-token.php34150644editdlrm
class-wp-html-unsupported-exception.php36060644editdlrm
html5-named-character-references.php801630644editdlrm
Edit: /home/altere25/labratnyc.com/wp-includes/html-api/class-wp-html-token.php (3415B)
bookmark_name = $bookmark_name; $this->namespace = 'html'; $this->node_name = $node_name; $this->has_self_closing_flag = $has_self_closing_flag; $this->on_destroy = $on_destroy; } /** * Destructor. * * @since 6.4.0 */ public function __destruct() { if ( is_callable( $this->on_destroy ) ) { call_user_func( $this->on_destroy, $this->bookmark_name ); } } /** * Wakeup magic method. * * @since 6.4.2 */ public function __wakeup() { throw new \LogicException( __CLASS__ . ' should never be unserialized' ); } }