Archive | Functions by letter k RSS feed for this section

kses_remove_filters

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.

2239

Continue reading

kses_init_filters

Adds all Kses input form content filters.All hooks have default priority. The wp_filter_kses() function is added to the ‘pre_comment_content’ and ‘title_save_pre’ hooks.

2237

Continue reading

kses_init

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.

2235

Continue reading