Advertisement

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

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.