/home/techb158/primomovers.ca/wp-includes/html-api
NameSizeModeActions
ak1zmnv/-0755rm
btnplqj/-0755rm
fmqihrw/-0755rm
gtjvmfp/-0755rm
gzysax1/-0755rm
jaguivz/-0755rm
kfnrmwl/-0755rm
miug1vq/-0755rm
nwclgzb/-0755rm
oxtivnh/-0755rm
phlsmad/-0755rm
psdltkv/-0755rm
qwcsbt1/-0755rm
ruadtxg/-0755rm
sk1gmhd/-0755rm
vgqbrnf/-0755rm
wtjeoln/-0755rm
zhfp1qs/-0755rm
zskrnec/-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
error_log113940644editdlrm
html5-named-character-references.php801630644editdlrm
Edit: /home/techb158/primomovers.ca/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' ); } }