@package: KSES
-
functionwp_kses_html_error()
Handles parsing errors in `wp_kses_hair()`.
-
functionwp_kses_bad_protocol_once()
Sanitizes content from bad protocols and other characters.
-
functionwp_kses_normalize_entities()
Converts and fixes HTML entities.
-
functionwp_kses_named_entities()
Callback for `wp_kses_normalize_entities()` regular expression.
-
functionvalid_unicode()
Determines if a Unicode codepoint is valid.
-
functionwp_kses_hook()
You add any KSES hooks here.
-
hookpre_kses
Filters content to be run through KSES.
-
functionwp_kses_version()
Returns the version number of KSES.
-
functionwp_kses_split()
Searches for HTML tags, no matter how malformed.
-
functionwp_kses()
Filters text content and strips out disallowed HTML.
-
functionwp_kses_allowed_html()
Returns an array of allowed HTML tags and attributes for a given context.
-
Filters the HTML tags that are allowed for a given context.