wp_kses_post_deep
wp_kses_post_deep ( $data )
Parameters:- (mixed) data The array, object, or scalar value to inspect.
See:Returns:- (mixed) The filtered content.
Defined at: - Introduced in WordPress: 4.4.2
- Deprecated in WordPress: —
Description
Navigates through an array, object, or scalar, and sanitizes content for
allowed HTML tags for post content.