wp-includes/formatting.php
Lines:
101 to 200 of 257
/* function _make_email_clickable_cb() – Callback to convert email address match to HTML A element. */ /* function _make_clickable_rel_attr */ /* function make_clickable() – Convert plaintext URI to HTML links. */ /* function _split_str_by_whitespace() – Breaks a string into chunks by splitting at whitespace characters. */ /* function wp_rel_callback() – Callback to add a rel attribute to HTML A element. */ /* function wp_rel_nofollow() – Adds `rel="nofollow"` string to all HTML A elements in content. */ /* function wp_rel_nofollow_callback() – Callback to add `rel="nofollow"` string to HTML A element. */ /* function wp_rel_ugc() – Adds `rel="nofollow ugc"` string to all HTML A elements in content. */ /* function wp_targeted_link_rel() – Adds rel noreferrer and noopener to all HTML A elements that have a target. */ /* function wp_targeted_link_rel_callback() – Callback to add `rel="noopener"` string to HTML A element. */ /* function wp_init_targeted_link_rel_filters() – Adds all filters modifying the rel attribute of targeted links. */ /* function wp_remove_targeted_link_rel_filters() – Removes all filters modifying the rel attribute of targeted links. */ /* function translate_smiley() – Convert one smiley code to the icon graphic file equivalent. */ /* function convert_smilies() – Convert text equivalent of smilies to images. */ /* function is_email() – Verifies that an email is valid. */ /* function wp_iso_descrambler() – Convert to ASCII from email subjects. */ /* function _wp_iso_convert() – Helper function to convert hex encoded chars to ASCII */ /* function get_gmt_from_date() – Returns a date in the GMT equivalent. */ /* function get_date_from_gmt() – Converts a GMT date into the correct format for the blog. */ /* function iso8601_timezone_to_offset() – Given an ISO 8601 timezone, returns its UTC offset in seconds. */ /* function iso8601_to_datetime() – Converts an iso8601 (YmdTH:i:sO) date to MySQL DateTime (Y-m-d H:i:s) format used by post_date[_gmt]. */ /* function sanitize_email() – Strips out all characters that are not allowable in an email. */ /* function human_time_diff() – Determines the difference between two timestamps. */ /* function wp_trim_excerpt() – Generates an excerpt from the content, if needed. */ /* function wp_trim_words() – Trims text to a certain number of words. */ /* function ent2ncr() – Converts named entities into numbered entities. */ /* function format_for_editor() – Formats text for the editor. */ /* function _deep_replace() – Perform a deep string replace operation to ensure the values in $search are no longer present */ /* function esc_sql() – Escapes data for use in a MySQL query. */ /* function esc_url() – Checks and cleans a URL. */ /* function esc_url_raw() – Sanitizes a URL for database or redirect usage. */ /* function sanitize_url() – Sanitizes a URL for database or redirect usage. */ /* function htmlentities2() – Convert entities, while preserving already-encoded entities. */ /* function esc_js() – Escape single quotes, htmlspecialchar " < > &, and fix line endings. */ /* function esc_html() – Escaping for HTML blocks. */ /* function esc_attr() – Escaping for HTML attributes. */ /* function esc_textarea() – Escaping for textarea values. */ /* function esc_xml() – Escaping for XML blocks. */ /* function tag_escape() – Escape an HTML tag name. */ /* function wp_make_link_relative() – Convert full URL paths to absolute paths. */ /* function sanitize_option() – Sanitizes various option values based on the nature of the option. */ /* function map_deep() – Maps a function to all non-iterable elements of an array or an object. */ /* function wp_parse_str() – Parses a string into variables to be stored in an array. */ /* function wp_pre_kses_less_than() – Convert lone less than signs. */ /* function wp_pre_kses_less_than_callback() – Callback function used by preg_replace. */ /* function wp_pre_kses_block_attributes() – Remove non-allowable HTML from parsed block attribute values when filtering in the post context. */ /* function wp_sprintf() – WordPress implementation of PHP sprintf() with filters. */ /* function wp_sprintf_l() – Localize list items before the rest of the content. */ /* function wp_html_excerpt() – Safely extracts not more than the first $count characters from html string. */ /* function links_add_base_url() – Add a Base url to relative links in passed content. */