Lines:
201 to 251 of 251
/* function normalize_whitespace() – Normalize EOL characters and strip duplicate whitespace. */ /* function wp_strip_all_tags() – Properly strip all HTML tags including script and style */ /* function sanitize_text_field() – Sanitizes a string from user input or from the database. */ /* function sanitize_textarea_field() – Sanitizes a multiline string from user input or from the database. */ /* function _sanitize_text_fields() – Internal helper function to sanitize a string from user input or from the db */ /* function wp_basename() – i18n friendly version of basename() */ // phpcs:disable WordPress.WP.CapitalPDangit.Misspelled, WordPress.NamingConventions.ValidFunctionName.FunctionNameInvalid -- 8-) /* function capital_P_dangit() – Forever eliminate "Wordpress" from the planet (or at least the little bit we can influence). */ // phpcs:enable /* function sanitize_mime_type() – Sanitize a mime type */ /* function sanitize_trackback_urls() – Sanitize space or carriage return separated URLs that are used to send trackbacks. */ /* function wp_slash() – Add slashes to a string or array of strings, in a recursive manner. */ /* function wp_unslash() – Remove slashes from a string or array of strings. */ /* function get_url_in_content() – Extract and return the first URL from passed content. */ /* function wp_spaces_regexp() – Returns the regexp for common whitespace characters. */ /* function print_emoji_styles() – Print the important emoji-related styles. */ /* function print_emoji_detection_script() – Print the inline Emoji detection script if it is not already printed. */ /* function _print_emoji_detection_script() – Prints inline Emoji detection script. */ /* function wp_encode_emoji() – Convert emoji characters to their equivalent HTML entity. */ /* function wp_staticize_emoji() – Convert emoji to a static img element. */ /* function wp_staticize_emoji_for_email() – Convert emoji in emails into static images. */ /* function _wp_emoji_list() – Returns arrays of emoji data. */ /* function url_shorten() – Shorten a URL, to be used as link text. */ /* function sanitize_hex_color() – Sanitizes a hex color. */ /* function sanitize_hex_color_no_hash() – Sanitizes a hex color without a hash. Use sanitize_hex_color() when possible. */ /* function maybe_hash_hex_color() – Ensures that any hex color is properly hashed. */