Strips all HTML from a text string.
wp_kses_post_deep
Navigates through an array, object, or scalar, and sanitizes content for allowed HTML tags for post content.
wp_kses_post
Sanitizes content for allowed HTML tags for post content.
wp_filter_post_kses
Sanitizes content for allowed HTML tags for post content.
Advertisement
wp_kses_data
Sanitize content with allowed HTML KSES rules.
wp_filter_kses
Sanitize content with allowed HTML KSES rules.
wp_kses_decode_entities
Converts all numeric HTML entities to their named counterparts.
valid_unicode
Determines if a Unicode codepoint is valid.
Advertisement
wp_kses_named_entities
Callback for `wp_kses_normalize_entities()` regular expression.
wp_kses_normalize_entities
Converts and fixes HTML entities.
wp_kses_bad_protocol_once
Sanitizes content from bad protocols and other characters.
wp_kses_html_error
Handles parsing errors in `wp_kses_hair()`.
Advertisement
wp_kses_array_lc
Converts the keys of an array to lowercase.
wp_kses_stripslashes
Strips slashes from in front of quotes.
wp_kses_no_null
Removes any invalid control characters in a text string.