New and updated in 6.6.0
-
Filters whether Interactivity API should process directives.
-
Adds variations sourced from block style variations files to the supplied theme.json data.
-
Adds variations sourced from the block styles registry to the supplied theme.json data.
-
Resolves relative paths in theme.json styles to theme absolute paths and merges them with incoming theme JSON.
-
Determines if a supplied style variation matches the provided scope.
-
Resolves relative paths in theme.json styles to theme absolute paths and returns them in an array that can be embedded as the value of `_link` object in REST API responses.
-
Fires immediately after a post is deleted from the database.
-
Fires immediately before a post is deleted from the database.
-
Returns a string containing the decoded value of a given HTML attribute.
-
Decodes a span of HTML text, depending on the context in which it’s found.
-
Attempt to read a character reference at the given location in a given string, depending on the context in which it’s found.
-
Encode a code point number into the UTF-8 encoding.
-
Indicates if an attribute value starts with a given raw string value.
-
Returns a string containing the decoded value of a given HTML text node.
-
classWP_HTML_Decoder
HTML API: WP_HTML_Decoder class
-
classWP_HTML_Stack_Event
Core class used by the HTML Processor as a record for stack operations.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-stack-event.php:20 -
Constructor function.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-stack-event.php:77 -
Indicates what kind of comment produced the comment node.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1799 -
Removes a class name from the currently matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1720 -
Returns if a matched tag contains the given ASCII case-insensitive class name.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1732 -
Generator for a foreach loop to step through each class name for the matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1752 -
Returns the modifiable text for a matched token, or an empty string.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1776 -
Remove an attribute from the currently-matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1666 -
Gets lowercase names of all attributes matching a given prefix in the current tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1696 -
Adds a new class name to the currently matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1708 -
Returns the value of a requested attribute from a matched tag opener if that attribute exists.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1635 -
Updates or creates a new attribute on the currently matched tag with the passed value.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1654 -
Indicates if the currently matched tag contains the self-closing flag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1540 -
Returns the node name represented by the token.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1564 -
Indicates the kind of matched token, if any.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-processor.php:1592