Returns the version number of KSES.
pre_kses
Filters content to be run through kses.
wp_kses_hook
You add any KSES hooks here.
wp_kses_allowed_html
This filter is documented in wp-includes/kses.php
Advertisement
wp_kses_allowed_html
Returns an array of allowed HTML tags and attributes for a given context.
wp_kses_one_attr
Filters one HTML attribute and ensures its value is allowed.
wp_kses
Filters text content and strips out disallowed HTML.