wp_kses_post_deep()
Function: Navigates through an array, object, or scalar, and sanitizes content for allowed HTML tags for post content.
Source: wp-includes/kses.php:2183
Function: Navigates through an array, object, or scalar, and sanitizes content for allowed HTML tags for post content.
Source: wp-includes/kses.php:2183
Function: Strips all HTML from a text string.
Source: wp-includes/kses.php:2197
Function: Adds all KSES input form content filters.
Source: wp-includes/kses.php:2212
Function: Removes all KSES input form content filters.
Source: wp-includes/kses.php:2245
Function: Sets up most of the KSES filters for input form content.
Source: wp-includes/kses.php:2272
Function: Callback for `wp_kses_normalize_entities()` regular expression.
Source: wp-includes/kses.php:1923
Function: Callback for wp_kses_normalize_entities() regular expression.
Source: wp-includes/kses.php:1496
Function: Callback for wp_kses_normalize_entities() for regular expression.
Source: wp-includes/kses.php:1523
Function: Determines if a Unicode codepoint is valid.
Source: wp-includes/kses.php:2026
Function: Converts all numeric HTML entities to their named counterparts.
Source: wp-includes/kses.php:2045