wp_kses_data [ WordPress Function ]
wp_kses_data ( $data )
| Parameters: |
|
| Uses: |
|
| Returns: |
|
| Defined at: |
|
Sanitize content with allowed HTML Kses rules.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp kses data « WordPress Codex
Description. Sanitize content with allowed HTML Kses rules. Usage. <?php wp_kses_data( $data ); ?> Parameters. $data: (string) (required) Content to filter, ...
codex.wordpress.org - Docs for page kses.php
wp_kses_data (line 1302). Sanitize content with allowed HTML Kses rules. ... string wp_kses_data (string $data). string $data: Content to filter, expected to not ...
phpdoc.wordpress.org - wp_kses_data (WordPress Function) - WPSeek.com
WordPress lookup for wp_kses_data, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - security - Which KSES should be used and when? - WordPress
Jun 15, 2011 ... On the other hand, wp_kses_data is passed data that's "expected to not be escaped" and wp_kses_post has code that looks like wp_kses_data ...
wordpress.stackexchange.com