Core Function
View Source on Trac ↗ wp_kses_data()
wp_kses_data( mixed $data ) Sanitize content with allowed HTML KSES rules.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $data string | Content to filter, expected to not be escaped. Required |
Return Value
(string)
Filtered content.
Function Information
Since Version
2.9.0
Source File
wp-includes/kses.php
Advertisement