New and updated in 6.4.0
-
Creates an HTML processor in the fragment parsing mode.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-processor.php:295 -
Constructor.
Used by 0 functions | Uses 8 functions | Source: wp-includes/html-api/class-wp-html-processor.php:381 -
Returns the last error, if any.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:638 -
Removes a specific node from the stack of open elements.
Used by 0 functions | Uses 3 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:582 -
Steps through the stack of open elements, starting with the top element (added first) and walking downwards to the one added last.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:617 -
Returns whether a particular element is in select scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:478 -
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:504 -
Pops a node off of the stack of open elements.
Used by 4 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:517 -
Pops nodes off of the stack of open elements until an HTML tag with the given name has been popped.
Used by 0 functions | Uses 2 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:537 -
Pushes a node onto the stack of open elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:569 -
Returns whether an element is in a specific scope.
Used by 4 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:243 -
Returns whether a particular element is in scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:302 -
Returns whether a particular element is in list item scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:350 -
Returns whether a particular element is in button scope.
Used by 1 function | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:399 -
Returns whether a particular element is in table scope.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:447 -
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:184 -
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 -
Reports if a specific node is in the stack of open elements.
Used by 0 functions | Uses 1 function | Source: wp-includes/html-api/class-wp-html-open-elements.php:155 -
Returns how many nodes are currently in the stack of open elements.
Used by 1 function | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-open-elements.php:172 -
Constructor – creates a new and empty state value.
Used by 1 function | 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.
-
Sets block pattern cache.
-
Returns the folder names of the block template directories.
-
Gets block pattern data for a specified theme.
-
Gets block pattern cache.
-
Checks whether all dependents of a given handle are in the footer.