Escapes text for SQL LIKE special characters % and _.
2243
Continue readingDisplay the language attributes for the html tag.Builds up a set of html attributes containing the text direction and language information for the page.
2241
Continue readingRemoves 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 readingAdds 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 readingSets 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