Filters the URL where emoji png images are hosted.
$urlstringwp-includes/formatting.php:6032_print_emoji_detection_script()wp-includes/formatting.php:6157wp_staticize_emoji() * Filters the URL where emoji png images are hosted. * * @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/17.0.2/72x72/' ), /** * Filters the extension of the emoji png files. * * @since 4.2.0 *Introduced in 4.2.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.