emoji_url

emoji_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('emoji_url') is found 2 times:

  • /wp-includes/formatting.php line 5899
    5895
    5896
    5897
    5898
    5899
    5900
    5901
    5902
    5903
    5904
    5905
    * @since 4.2.0
     *
     * @param string $url The emoji base URL for png images.
     */
    'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/15.0.3/72x72/' ),
     
    /**
     * Filters the extension of the emoji png files.
     *
     * @since 4.2.0
     *
  • /wp-includes/formatting.php line 6012
    6008
    6009
    6010
    6011
    6012
    6013
    6014
    6015
    6016
    6017
    6018
        return $text;
    }
     
    /** This filter is documented in wp-includes/formatting.php */
    $cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/15.0.3/72x72/' );
     
    /** This filter is documented in wp-includes/formatting.php */
    $ext = apply_filters( 'emoji_ext', '.png' );
     
    $output = '';
    /*