Core Function
View Source on Trac ↗ wp_kses_post_deep()
wp_kses_post_deep( mixed $data ) Navigates through an array, object, or scalar, and sanitizes content for
Parameters 1 required
| Name / Type | Description |
|---|---|
| $data mixed | The array, object, or scalar value to inspect. Required |
Return Value
(mixed)
The filtered content.
Function Information
Since Version
4.4.2
Source File
wp-includes/kses.php
Advertisement