Sanitizes content for allowed HTML tags for post content.
Post content refers to the page contents of the ‘post’ type and not $_POST data from forms.
This function expects unslashed data.
$datastringrequired
function wp_kses_post( $data ) {
return wp_kses( $data, 'post' );
}
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_kses_post