wp_kses_hook [ WordPress Function ]
wp_kses_hook ( $string, $allowed_html, $allowed_protocols )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
You add any kses hooks here.
There is currently only one kses WordPress hook and it is called here. All parameters are passed to the hooks and expected to receive a string.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp kses hook « WordPress Codex
Codex tools: Log in. Function Reference/wp kses hook. Contents ... Usage. <? php wp_kses_hook( $string, $allowed_html, $allowed_protocols ) ?> Parameters ...
codex.wordpress.org - Docs for page kses.php
string wp_kses_hook (string $string, array $allowed_html, array $ allowed_protocols). string $string: Content to filter through kses; array $ allowed_html: List of ...
phpdoc.wordpress.org - htmLawed documentation | htmLawed PHP software is a free, open ...
If the Kses code has a non-empty hook function (e.g., wp_kses_hook() in case of WordPress), then the code for htmLawed's kses_hook() function should be ...
www.bioinformatics.org - 常用函数-wp_kses_hook() | WordPress啦!
可在此处添加任何kses(用PHP编写的HTML过滤器)钩子。 目前WordPress中只有 一个kses 钩子,于是系统会在wp_kses_hook中调用这个钩子。所有参数都被传递 ...
www.wordpress.la