New and updated in 6.4.0
-
classWP_HTML_Processor
Core class used to safely parse and modify an HTML document.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-processor.php:139 -
Creates an HTML processor in the fragment parsing mode.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:286 -
Constructor.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:333 -
Pops nodes off of the stack of open elements until one with the given tag name has been popped.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:280 -
Pushes a node onto the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:308 -
Removes a specific node from the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:321 -
Steps through the stack of open elements, starting with the top element (added first) and walking downwards to the one added last.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:356 -
Returns whether a particular element is in select scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:231 -
Returns whether a P is in BUTTON scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:246 -
Pops a node off of the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:259 -
Returns the node at the end of the stack of open elements, if one exists. If the stack is empty, returns null.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:91 -
Returns whether an element is in a specific scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:113 -
Returns whether a particular element is in scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:149 -
Returns whether a particular element is in list item scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:176 -
Returns whether a particular element is in button scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:197 -
Returns whether a particular element is in table scope.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:213 -
Reports if a specific node is in the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:62 -
Returns how many nodes are currently in the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:79 -
Constructor – creates a reference to a token in some external HTML string.
-
Destructor.
-
Core class used by the HTML processor during HTML parsing for managing the stack of open elements.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:30 -
Constructor – creates a new and empty state value.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor-state.php:450 -
classWP_HTML_Token
Core class used by the HTML processor during HTML parsing for referring to tokens in the input HTML string.
-
Core class used by the HTML processor during HTML parsing for managing the internal parsing state.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor-state.php:22 -
Clears block pattern cache.
-
Returns the folder names of the block template directories.
-
Gets block pattern data for a specified theme.
-
Gets block pattern cache.
-
Sets block pattern cache.
-
Checks whether all dependents of a given handle are in the footer.