Filters the URL where emoji SVG images are hosted.
$urlstringwp-includes/formatting.php:5917_print_emoji_detection_script() * Filters the URL where emoji SVG images are hosted. * * @since 4.6.0 * * @param string $url The emoji base URL for svg images. */ 'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/15.0.3/svg/' ), /** * Filters the extension of the emoji SVG files. * * @since 4.6.0 *Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.