interface FormattingFacadeInterface {
function wptexturize( $text, $reset = false );
function wptexturize_primes( $haystack, $needle, $prime, $open_quote, $close_quote );
function _wptexturize_pushpop_element( $text, &$stack, $disabled_elements );
function wpautop( $pee, $br = true );
function wp_html_split( $input );
function get_html_split_regex();
function _get_wptexturize_split_regex( $shortcode_regex = '' );
function _get_wptexturize_shortcode_regex( $tagnames );
function wp_replace_in_html_tags( $haystack, $replace_pairs );
function _autop_newline_preservation_helper( $matches );
function shortcode_unautop( $pee );
function seems_utf8( $str );
function _wp_specialchars( $string, $quote_style = ENT_NOQUOTES, $charset = false, $double_encode = false );
function wp_specialchars_decode( $string, $quote_style = ENT_NOQUOTES );
function wp_check_invalid_utf8( $string, $strip = false );
function utf8_uri_encode( $utf8_string, $length = 0 );
function remove_accents( $string );
function sanitize_file_name( $filename );
function sanitize_user( $username, $strict = false );
function sanitize_key( $key );
function sanitize_title( $title, $fallback_title = '', $context = 'save' );
function sanitize_title_for_query( $title );
function sanitize_title_with_dashes( $title, $raw_title = '', $context = 'display' );
function sanitize_sql_orderby( $orderby );
function sanitize_html_class( $class, $fallback = '' );
function convert_chars( $content, $deprecated = '' );
function convert_invalid_entities( $content );
function balanceTags( $text, $force = false );
function force_balance_tags( $text );
function format_to_edit( $content, $rich_text = false );
function zeroise( $number, $threshold );
function backslashit( $string );
function trailingslashit( $string );
function untrailingslashit( $string );
function addslashes_gpc($gpc);
function stripslashes_deep( $value );
function stripslashes_from_strings_only( $value );
function urlencode_deep( $value );
function rawurlencode_deep( $value );
function urldecode_deep( $value );
function antispambot( $email_address, $hex_encoding = 0 );
function _make_url_clickable_cb( $matches );
function _make_web_ftp_clickable_cb( $matches );
function _make_email_clickable_cb( $matches );
function make_clickable( $text );
function _split_str_by_whitespace( $string, $goal );
function wp_rel_nofollow( $text );
function wp_rel_nofollow_callback( $matches );
function translate_smiley( $matches );
function convert_smilies( $text );
function is_email( $email, $deprecated = false );
function wp_iso_descrambler( $string );
function _wp_iso_convert( $match );
function get_gmt_from_date( $string, $format = 'Y-m-d H:i:s' );
function get_date_from_gmt( $string, $format = 'Y-m-d H:i:s' );
function iso8601_timezone_to_offset( $timezone );
function iso8601_to_datetime( $date_string, $timezone = 'user' );
function sanitize_email( $email );
function human_time_diff( $from, $to = '' );
function wp_trim_excerpt( $text = '' );
function wp_trim_words( $text, $num_words = 55, $more = null );
function ent2ncr( $text );
function format_for_editor( $text, $default_editor = null );
function _deep_replace( $search, $subject );
function esc_sql( $data );
function esc_url( $url, $protocols = null, $_context = 'display' );
function esc_url_raw( $url, $protocols = null );
function htmlentities2( $myHTML );
function esc_js( $text );
function esc_html( $text );
function esc_attr( $text );
function esc_textarea( $text );
function tag_escape( $tag_name );
function wp_make_link_relative( $link );
function sanitize_option( $option, $value );
function map_deep( $value, $callback );
function wp_parse_str( $string, &$array );
function wp_pre_kses_less_than( $text );
function wp_pre_kses_less_than_callback( $matches );
function wp_sprintf( $pattern );
function wp_sprintf_l( $pattern, $args );
function wp_html_excerpt( $str, $count, $more = null );
function links_add_base_url( $content, $base, $attrs = array('src', 'href') );
function _links_add_base( $m );
function links_add_target( $content, $target = '_blank', $tags = array('a') );
function _links_add_target( $m );
function normalize_whitespace( $str );
function wp_strip_all_tags($string, $remove_breaks = false);
function sanitize_text_field( $str );
function sanitize_textarea_field( $str );
function _sanitize_text_fields( $str, $keep_newlines = false );
function wp_basename( $path, $suffix = '' );
function capital_P_dangit( $text );
function sanitize_mime_type( $mime_type );
function sanitize_trackback_urls( $to_ping );
function wp_slash( $value );
function wp_unslash( $value );
function get_url_in_content( $content );
function wp_spaces_regexp();
function print_emoji_styles();
function print_emoji_detection_script();
function _print_emoji_detection_script();
function wp_encode_emoji( $content );
function wp_staticize_emoji( $text );
function wp_staticize_emoji_for_email( $mail );
function url_shorten( $url, $length = 35 );
function sanitize_hex_color( $color );
function sanitize_hex_color_no_hash( $color );
function maybe_hash_hex_color( $color );
}