kses_remove_filters
kses_remove_filters ( No parameters )
- Introduced in WordPress: 2.0.6
- Deprecated in WordPress: —
Description
Removes all KSES input form content filters.A quick procedural method to removing all of the filters that KSES uses for
content in WordPress Loop.
Does not remove the `kses_init()` function from {@see 'init'} hook (priority is
default). Also does not remove `kses_init()` function from {@see 'set_current_user'}
hook (priority is also default).