Html Api
WP_HTML_Text_Replacement
Data structure for queuing text replacements in an HTML document. Source: wp-includes/html-api/class-wp-html-text-replacement.php Since: 6.2.0 Access: private Overview Represents a text...
WP_HTML_Token
Represents a token in the HTML document for tracking in parser stacks. Source: wp-includes/html-api/class-wp-html-token.php Since: 6.4.0 Access: private Properties bookmark_name...
WP_HTML_Unsupported_Exception
Exception thrown when the HTML processor encounters unsupported markup. Source: wp-includes/html-api/class-wp-html-unsupported-exception.php Since: 6.4.0 Since: 6.7.0 Gained contextual debugging information Access:...
Hooks
The HTML API does not define any actions or filters. (Verified: no do_action or apply_filters calls exist in any source...
HTML API
WordPress HTML parsing and modification framework providing spec-compliant HTML5 processing. Since: 6.2.0 Source: wp-includes/html-api/ Components Component Description class-wp-html-tag-processor.md Tag-level HTML...
WP_HTML_Span
Lightweight data structure representing a span of bytes in an HTML document. Source: wp-includes/html-api/class-wp-html-span.php Since: 6.2.0 Access: private Overview This...
WP_HTML_Stack_Event
Record of a stack operation during HTML parsing. Source: wp-includes/html-api/class-wp-html-stack-event.php Since: 6.6.0 Access: private Constants POP const POP = 'pop';...
WP_HTML_Tag_Processor
Linear HTML scanner for finding and modifying HTML tags and their attributes. Source: wp-includes/html-api/class-wp-html-tag-processor.php Since: 6.2.0 Constants Bookmarks & Limits...
WP_HTML_Processor
Full HTML5 parser with tree construction, extending WP_HTML_Tag_Processor. Source: wp-includes/html-api/class-wp-html-processor.php Since: 6.4.0 Extends: WP_HTML_Tag_Processor Constants Bookmarks Constant Value Description MAX_BOOKMARKS...
WP_HTML_Doctype_Info
Represents a parsed DOCTYPE declaration token with document compatibility mode. Source: wp-includes/html-api/class-wp-html-doctype-info.php Since: 6.7.0 Access: private Properties Property Type Description...
WP_HTML_Open_Elements
Stack of open elements used during HTML parsing for tree construction. Source: wp-includes/html-api/class-wp-html-open-elements.php Since: 6.4.0 Access: private Properties Property Type...
WP_HTML_Processor_State
Internal state management for the HTML processor during parsing. Source: wp-includes/html-api/class-wp-html-processor-state.php Since: 6.4.0 Access: private Constants Insertion Modes Constant Description...