Advertisement

wp_kses_stripslashes

Strips slashes from in front of quotes.

wp_kses_array_lc

Converts the keys of an array to lowercase.

wp_kses_no_null

Removes any invalid control characters in a text string.

wp_kses_bad_protocol

Sanitizes a string and removed disallowed URL protocols.

Advertisement

wp_kses_check_attr_val

Performs different checks for attribute values.

wp_kses_hair

Builds an attribute list from string containing attributes.

wp_kses_attr

Removes all attributes, if none are allowed for this element.

wp_kses_split

Searches for HTML tags, no matter how malformed.

Advertisement

wp_kses_hook

You add any KSES hooks here.

wp_kses

Filters text content and strips out disallowed HTML.

selected

Outputs the html selected attribute.

Advertisement

checked

Outputs the html checked attribute.

the_date_xml

Outputs the date in iso8601 format for xml files.

get_calendar

Display calendar with days that have posts as links.