Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/wp-includes/html-api
NameTypeSizeActions
📁 .. Folder -
📄 class-wp-html-active-formatting-elements.php File 7264
Edit Download
📄 class-wp-html-attribute-token.php File 2775
Edit Download
📄 class-wp-html-decoder.php File 16692
Edit Download
📄 class-wp-html-doctype-info.php File 25357
Edit Download
📄 class-wp-html-open-elements.php File 22478
Edit Download
📄 class-wp-html-processor-state.php File 11335
Edit Download
📄 class-wp-html-processor.php File 212203
Edit Download
📄 class-wp-html-span.php File 1099
Edit Download
📄 class-wp-html-stack-event.php File 1639
Edit Download
📄 class-wp-html-tag-processor.php File 146932
Edit Download
📄 class-wp-html-text-replacement.php File 1409
Edit Download
📄 class-wp-html-token.php File 3410
Edit Download
📄 class-wp-html-unsupported-exception.php File 3606
Edit Download
📄 html5-named-character-references.php File 80163
Edit Download
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' ); } }