New and updated in 6.2.0
-
Returns the string representation of the HTML Tag Processor.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3185 -
Returns the string representation of the HTML Tag Processor.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3198 -
Parses tag query input into internal search criteria.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3263 -
Returns the uppercase name of the matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2635 -
Indicates if the current tag token is a tag closer.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2705 -
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-tag-processor.php:2911 -
Remove an attribute from the currently-matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3060 -
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-tag-processor.php:3140 -
Removes a class name from the currently matched tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:3161 -
Move the internal cursor in the Tag Processor to a given bookmark’s location.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2380 -
Compare two WP_HTML_Text_Replacement objects.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2417 -
Return the enqueued value for a given attribute, if one exists.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2449 -
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-tag-processor.php:2520 -
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-tag-processor.php:2600 -
Skips contents of script tags.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1372 -
Parses the next tag.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1519 -
Parses the next attribute.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1924 -
Move the internal cursor past any immediate successive whitespace.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2055 -
Applies attribute updates and cleans up once a tag is fully parsed.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2064 -
Converts class name updates into tag attributes updates (they are accumulated in different data formats for performance).
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2125 -
Applies attribute updates to HTML document.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:2268 -
Finds the next tag matching the $query.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:787 -
Sets a bookmark in the HTML document.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1212 -
Skips contents of RCDATA elements, namely title and textarea tags.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:1284 -
Constructor.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:765 -
Constructor.
-
Core class used by the HTML tag processor as a data structure for replacing existing content from start to end, allowing to drastically improve performance.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-text-replacement.php:22 -
Constructor.
Used by 2 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-text-replacement.php:59 -
Core class used by the HTML tag processor as a data structure for the attribute token, allowing to drastically improve performance.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-attribute-token.php:22 -
Constructor.
Used by 0 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-attribute-token.php:108