New and updated in 4.2.3
-
functionwp_kses_attr_parse()
Finds all attributes of an HTML element.
-
functionwp_kses_hair_parse()
Builds an attribute list from string containing attributes.
-
functionwp_kses_attr_check()
Determines whether an attribute is allowed.
-
functionwp_kses_one_attr()
Filters one HTML attribute and ensures its value is allowed.
-
functionwp_replace_in_html_tags()
Replaces characters or phrases within HTML elements only.
-
functiondo_shortcodes_in_html_tags()
Searches only inside HTML elements for shortcodes and process them.
-
functionunescape_invalid_shortcodes()
Removes placeholders added by do_shortcodes_in_html_tags().