Remove Emoji CSS and JS
by Boopathi Rajan · Uncategorized
Also makes 11 other plugins · 44.1K+ installs across the portfolio →
This is the best plugin to remove Emoji CSS and JS from the website and improve the performance.
43 health vs 56 average across 16,377 Uncategorized plugins
Removal-risk signals
53/100Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.
- Long abandoned. No update in 3+ years — the top precursor to removal once a vulnerability is found.
- Falling behind WordPress. Tested up to WordPress 6.1.12.
Directory ranking optimization
How it's scored →How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.
Under-optimized
Biggest win: Update recency
To rank higher: Last updated 1398 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.
Get the full rank-higher report →Daily downloads
Since 2022-10-05 · 1,427 days · wp.org + Plugin Pulse archive
30-day downloads
Rolling 30-day volume · peaks are release surges
111
now · peak 190
Directory rank vs rivals
wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you
Rating trend
Star average over time · dips mark rough releases
Update activity
How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.
What its installed base runs
via wordpress.orgShare of active installs on each version of this plugin · 100% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.
Estimated active installs
The public count shows “200+”. Our estimate pins where the real number sits.
Refined from the date this plugin crossed into its current band.
Install history · since 2022-07-05 · 1,383 observations
Estimated value
What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.
Est. annual revenue
Est. acquisition value
No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.
Details
Recent reviews
All reviews on wp.org ↗- ★★★★★ Beb4.9y ago
Just tested this on my staging site. Emojis are all still there. Double-checked here to confirm nothing else was required after activation to remove emojis. Sad. This code works if you add it to the end of your Functions.php file: // Disable emojis in WordPress function disable_emoji_feature() { // Prevent Emoji from loading on the front-end remove_action('wp_head', 'print_emoji_detection_script', 7); remove_action('wp_print_styles', 'print_emoji_styles'); // Remove from admin area also remove_action('admin_print_scripts', 'print_emoji_detection_script'); remove_action('admin_print_styles', 'print_emoji_styles'); // Remove from RSS feeds also remove_filter('the_content_feed', 'wp_staticize_emoji'); remove_filter('comment_text_rss', 'wp_staticize_emoji'); // Remove from Embeds remove_filter('embed_head', 'print_emoji_detection_script'); // Remove from emails remove_filter('wp_mail', 'wp_staticize_emoji_for_email'); // Disable from TinyMCE editor. Currently disabled in block editor by default add_filter('tiny_mce_plugins', 'disable_emojis_tinymce'); /** Finally, prevent character conversion too ** without this, emojis still work ** if it is available on the user's device */ add_filter('option_use_smilies', '__return_false'); } // Disables emojis in WYSIWYG editor function disable_emojis_tinymce($plugins) { if (is_array($plugins)) { $plugins = array_diff($plugins, array('wpemoji')); } return $plugins; } add_action('init', 'disable_emoji_feature'); } This topic was modified 4 years, 9 months ago by Beb.
Read on wp.org ↗ - ★★★★★ Vennila Elumalai5.7y ago
Very Nice!
Read on wp.org ↗
Behavioral tests
via WP HiveAutomated install-time checks, tested on PHP 7.4.8 · WP 5.8.1
Growth timeline
Install-tier crossings we have observed, and how long each tier took to outgrow
- 2025-11-04 300+ → 200+ down after 1 days in tier
- 2025-11-03 200+ → 300+ up after 4 days in tier
- 2025-10-30 300+ → 200+ down after 12 days in tier
- 2025-10-18 200+ → 300+ up after 2 days in tier
- 2025-10-16 300+ → 200+ down after 1 days in tier
- 2025-10-15 200+ → 300+ up after 4 days in tier
- 2025-10-11 300+ → 200+ down after 1041 days in tier
- 2022-12-05 200+ → 300+ up after 46 days in tier
Competes with
The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).
-
No Nonsense 1K+ installs · 4.1★ · 1 shared tag B
-
Speed Up – Clean WP 200+ installs · 3.9★ · 1 shared tag B -
Remove WP Emojis — Correctly 60+ installs · 4.0★ · 1 shared tag B
-
Small WP Security – SP SWS 40+ installs · 4.0★ · 1 shared tag D -
Basic Optimization 10+ installs · 4.0★ · 1 shared tag B - C Core Settings 10+ installs · 3.6★ · 1 shared tag D
Embed this report card
Drop a live Pulse card for Remove Emoji CSS and JS into a readme, a review or a deck. It updates itself.
<iframe src="https://plugins.wpmayor.com/embed/remove-emoji-css-and-js" width="480" height="300" style="border:0" loading="lazy" title="Remove Emoji CSS and JS — Plugin Pulse"></iframe> Remove Emoji CSS and JS: 200+ active installs, 3.0★ (2 reviews). Plugin Pulse (WP Mayor), as of 2026-08-31. https://plugins.wpmayor.com/plugin/remove-emoji-css-and-js