wp_init_targeted_link_rel_filters() Adds all filters modifying the rel attribute of targeted links.
wp_remove_targeted_link_rel_filters() Removes all filters modifying the rel attribute of targeted links.
translate_smiley() Converts one smiley code to the icon graphic file equivalent.
convert_smilies() Converts text equivalent of smilies to images.
is_email() Verifies that an email is valid.
wp_iso_descrambler() Converts to ASCII from email subjects.
_wp_iso_convert() Helper function to convert hex encoded chars to ASCII.
get_gmt_from_date() Given a date in the timezone of the site, returns that date in UTC.
get_date_from_gmt() Given a date in UTC or GMT timezone, returns that date in the timezone of the site.
iso8601_timezone_to_offset() Given an ISO 8601 timezone, returns its UTC offset in seconds.
iso8601_to_datetime() Given an ISO 8601 (Ymd\TH:i:sO) date, returns a MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt].
sanitize_email() Strips out all characters that are not allowable in an email.
human_time_diff() Determines the difference between two timestamps.
wp_trim_excerpt() Generates an excerpt from the content, if needed.
wp_trim_words() Trims text to a certain number of words.
ent2ncr() Converts named entities into numbered entities.
format_for_editor() Formats text for the editor.
_deep_replace() Performs a deep string replace operation to ensure the values in $search are no longer present.
esc_sql() Escapes data for use in a MySQL query.
esc_url() Checks and cleans a URL.
esc_url_raw() Sanitizes a URL for database or redirect usage.
sanitize_url() Sanitizes a URL for database or redirect usage.
htmlentities2() Converts entities, while preserving already-encoded entities.
esc_js() Escapes single quotes, `"`, `<`, `>`, `&`, and fixes line endings.
esc_html() Escaping for HTML blocks.
esc_attr() Escaping for HTML attributes.
esc_textarea() Escaping for textarea values.
esc_xml() Escaping for XML blocks.
tag_escape() Escapes an HTML tag name.
wp_make_link_relative() Converts full URL paths to absolute paths.
sanitize_option() Sanitizes various option values based on the nature of the option.
map_deep() Maps a function to all non-iterable elements of an array or an object.
wp_parse_str() Parses a string into variables to be stored in an array.
wp_pre_kses_less_than() Converts lone less than signs.
wp_pre_kses_less_than_callback() Callback function used by preg_replace.
wp_pre_kses_block_attributes() Removes non-allowable HTML from parsed block attribute values when filtering
wp_sprintf() WordPress' implementation of PHP sprintf() with filters.
wp_sprintf_l() Localizes list items before the rest of the content.
wp_html_excerpt() Safely extracts not more than the first $count characters from HTML string.
links_add_base_url() Adds a base URL to relative links in passed content.
_links_add_base() Callback to add a base URL to relative links in passed content.
links_add_target() Adds a target attribute to all links in passed content.
_links_add_target() Callback to add a target attribute to all links in passed content.
normalize_whitespace() Normalizes EOL characters and strips duplicate whitespace.
wp_strip_all_tags() Properly strips all HTML tags including 'script' and 'style'.
sanitize_text_field() Sanitizes a string from user input or from the database.
sanitize_textarea_field() Sanitizes a multiline string from user input or from the database.
_sanitize_text_fields() Internal helper function to sanitize a string from user input or from the database.
wp_basename() i18n-friendly version of basename().
capital_P_dangit() Forever eliminate "Wordpress" from the planet (or at least the little bit we can influence).