[wp-trac] [WordPress Trac] #63120: Emojis in plugin titles render in front of text characters
WordPress Trac
noreply at wordpress.org
Mon Jun 9 07:46:42 UTC 2025
#63120: Emojis in plugin titles render in front of text characters
----------------------------------------------------+----------------------
Reporter: slimndap | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.9
Component: Plugins | Version: 6.8
Severity: minor | Resolution:
Keywords: good-first-bug has-patch has-test-info | Focuses: ui, css
----------------------------------------------------+----------------------
Changes (by ankitkumarshah):
* keywords: good-first-bug has-patch needs-test-info => good-first-bug
has-patch has-test-info
Comment:
=== Manually Trigger WordPress Emoji Fallback
Hi everyone,
If you’d like to manually disable emoji detection and allow WordPress to
use its fallback emoji rendering, you can do so by updating your session
storage:
1. Open DevTools in your browser.
2. Navigate to Application > Session Storage.
3. Look for your WordPress site URL — for me it is:
`http://localhost:8889`.
4. Under that, locate the key named `wpEmojiSettingsSupports`.
5. You’ll see a value like this:
{{{
{"supportTests":{"flag":true,"emoji":true},"timestamp":1749454141039}
}}}
6. Update it to the following to simulate no emoji support:
{{{
{"supportTests":{"flag":false,"emoji":false},"timestamp":1749454141039}
}}}
This change will trigger the fallback emoji rendering provided by
WordPress.
=== Before:
[[Image(https://i.postimg.cc/ncYXNFP3/image.png)]]
=== After:
[[Image(https://i.postimg.cc/sgLsNbsn/image.png)]]
cc: @hmbashar, @wpfy, @SirLouen
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63120#comment:27>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list