kses_init [ WordPress Function ]
| Uses: | |
| Defined at: |
|
Sets up most of the Kses filters for input form content.
If you remove the kses_init() function from 'init' hook and 'set_current_user' (priority is default), then none of the Kses filter hooks will be added.
First removes all of the Kses filters in case the current user does not need to have Kses filter the content. If the user does not have unfiltered_html capability, then Kses filters are added.
Examples [ wp-snippets.com ]
Top Google Search Results
- Docs for page kses.php
Does not remove the kses_init() function from 'init' hook (priority is default). Also does not remove kses_init() function from 'set_current_user' hook (priority is ...
phpdoc.wordpress.org - WordPress › Support » Unable to Remove Action from Hook
init 10 kses_init set_current_user 10 kses_init admin_menu 10 aiesec_menu admin_menu 10 add_aiesec_pages admin_menu 10 kubrick_add_theme_page ...
wordpress.org - kses_init_filters (WordPress Function) - WPSeek.com
Similar Functions: kses_remove_filters, kses_init, wp_list_filter, current_filter, get_plugin_files. Adds all Kses input form content filters. All hooks have default ...
wpseek.com - WordPress 3.4-beta1 » External\KSES
Sets up most of the Kses filters for input form content. kses_init ...
docs.garyjones.co.uk