Filters list of allowed CSS attributes.
safecss_filter_attr
Filters an inline style attribute and removes disallowed rules.
kses_init
Sets up most of the KSES filters for input form content.
kses_remove_filters
Removes all KSES input form content filters.
Advertisement
kses_init_filters
Adds all KSES input form content filters.
wp_filter_nohtml_kses
Strips all HTML from a text string.
wp_kses_post
Sanitizes content for allowed HTML tags for post content.
wp_kses_post_deep
Navigates through an array, object, or scalar, and sanitizes content for allowed HTML tags for post content.
Advertisement
wp_filter_post_kses
Sanitizes content for allowed HTML tags for post content.
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.
Advertisement
valid_unicode
Determines if a Unicode codepoint is valid.
wp_kses_named_entities
Callback for `wp_kses_normalize_entities()` regular expression.
wp_kses_normalize_entities
Converts and fixes HTML entities.