File: wp-includes/html-api/class-wp-html-decoder.php
-
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