Plugin Pulse
← Pulse
R

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.

⚠ Stale⚠ Likely abandoned⚠ Few reviews
How scoring works →
43 Health · D
Maintenance 4/100
Rating quality 69/100
Support 70/100

43 health vs 56 average across 16,377 Uncategorized plugins

Removal-risk signals

53/100

Maintenance 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.

49 / 100

Under-optimized

Biggest win: Update recency

Update recency 10/100
WP compatibility 46/100
Rating quality 51/100
Listing tuning 100/100

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,426 days · wp.org + Plugin Pulse archive

+41% vs prior 30d
3Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

114

now · peak 190

11430d downloads · Aug 26

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

Remove Emoji CSS and · #11741 you No Nonsense · #6299 Speed Up · #11482 Remove WP Emojis · #20795

Rating trend

Star average over time · dips mark rough releases

3Stars · Aug 26

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.

570per 1k installs · Aug 26

What its installed base runs

via wordpress.org

Share 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.

v1.1 100%

Estimated active installs

The public count shows “200+”. Our estimate pins where the real number sits.

tracked estimate
200–300 ≈280

Refined from the date this plugin crossed into its current band.

Install history · since 2022-07-05 · 1,383 observations

200Installs · Aug 26

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

N/A

Est. acquisition value

N/A

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

Version
1.1
Last updated
3.8y ago
Added
2020-12-02 · 5 yrs old
Requires WP
3.1
Tested up to
6.1.12
Requires PHP
5.2.4

Recent reviews

All reviews on wp.org ↗
  1. Beb
    4.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 ↗
  2. Vennila Elumalai
    5.7y ago

    Very Nice!

    Read on wp.org ↗

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 7.4.8 · WP 5.8.1

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2025-11-04 300+ → 200+ down after 1 days in tier
  2. 2025-11-03 200+ → 300+ up after 4 days in tier
  3. 2025-10-30 300+ → 200+ down after 12 days in tier
  4. 2025-10-18 200+ → 300+ up after 2 days in tier
  5. 2025-10-16 300+ → 200+ down after 1 days in tier
  6. 2025-10-15 200+ → 300+ up after 4 days in tier
  7. 2025-10-11 300+ → 200+ down after 1041 days in tier
  8. 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).

Compare head to head →

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>
Preview card ↗

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