[wp-trac] [WordPress Trac] #63731: wp-emoji-release.min.js Requires URL Update
WordPress Trac
noreply at wordpress.org
Mon Jul 21 18:50:48 UTC 2025
#63731: wp-emoji-release.min.js Requires URL Update
--------------------------+------------------------------
Reporter: isaumya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Emoji | Version:
Severity: major | Resolution:
Keywords: | Focuses: ui, javascript
--------------------------+------------------------------
Comment (by isaumya):
Hi @sabernhardt,
Though the site itself is overwriting `emoji_svg_url` filter but most
optimization plugins like Perfmatters, WP Rocket etc. adds this:
{{{
add_filter( 'emoji_svg_url', '__return_false' );
}}}
Which disables the loading of emojies over `s.w.org` and instead using the
`jsdelivr.net` system. The problem is with the base URL of
`cdn.jsdelivr.net` system which needs to add `/svg/` at the end of the
base path.
That's the goal of this trac ticket. To get that jsdelivr base URL fixed
inside `twemoji.js`.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63731#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list