wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_kses_post › WordPress Function
Since2.9.0
Deprecatedn/a
› wp_kses_post ( $data )
Parameters: |
|
Returns: |
|
Defined at: |
|
Codex: |
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.