File: wp-includes/kses.php
-
functionwp_kses_bad_protocol()
Sanitizes a string and removed disallowed URL protocols.
-
functionwp_kses_no_null()
Removes any invalid control characters in a text string.
-
functionwp_kses_stripslashes()
Strips slashes from in front of quotes.
-
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.