Project Type: WordPress Reference

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'; Indicates an element was popped off the stack of open...

WP_HTML_Attribute_Token

Data structure representing an HTML attribute for the tag processor. Source: wp-includes/html-api/class-wp-html-attribute-token.php Since: 6.2.0 Access: private Properties name public $name; Type: string The attribute name. value_starts_at public $value_starts_at; Type: int...

WP_HTML_Decoder

Decodes HTML character references in text content and attributes. Source: wp-includes/html-api/class-wp-html-decoder.php Since: 6.6.0 Methods attribute_starts_with() Checks if a raw attribute value starts with a given string after decoding. public static...

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 $name string|null DOCTYPE name (should be "html") $public_identifier string|null Public...

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 Visibility Description $stack WP_HTML_Token[] public Array of open element tokens...

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 INSERTION_MODE_INITIAL Initial state for full parser (@since 6.4.0) INSERTION_MODE_BEFORE_HTML Before...

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 100 Maximum bookmarks (overrides parent's 10) Node Processing Constant Value...

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 is a two-tuple in disguise, used to avoid the memory...

WP_Hook

Core class implementing action and filter hook functionality. Since: 4.7.0 Source: wp-includes/class-wp-hook.php final class WP_Hook implements Iterator, ArrayAccess Overview WP_Hook is the internal implementation behind WordPress hooks. Each hook name...

Common Hooks

Categorized reference of frequently-used WordPress action and filter hooks. Initialization Actions Core Bootstrap Hook When it Fires Typical Use muplugins_loaded After MU plugins load MU plugin initialization plugins_loaded After all...

← Back to Chubes.net