Title: Remove Emoji CSS and JS
Author: Boopathi Rajan
Published: <strong>December 2, 2020</strong>
Last modified: November 2, 2022

---

Search plugins

![](https://ps.w.org/remove-emoji-css-and-js/assets/banner-772x250.png?rev=2599720)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/remove-emoji-css-and-js_05384e.svg)

# Remove Emoji CSS and JS

 By [Boopathi Rajan](https://profiles.wordpress.org/boopathi0001/)

[Download](https://downloads.wordpress.org/plugin/remove-emoji-css-and-js.zip)

 * [Details](https://wordpress.org/plugins/remove-emoji-css-and-js/#description)
 * [Reviews](https://wordpress.org/plugins/remove-emoji-css-and-js/#reviews)
 *  [Installation](https://wordpress.org/plugins/remove-emoji-css-and-js/#installation)
 * [Development](https://wordpress.org/plugins/remove-emoji-css-and-js/#developers)

 [Support](https://wordpress.org/support/plugin/remove-emoji-css-and-js/)

## Description

This is the best plugin to remove Emoji CSS and JS from the website and improve 
the performance. You just need to install and activate this plugin to remove Emoji
CSS and JS from the website.

Kindly let us know your feedback or comments to add more features in this plugin.

## Installation

 1. Log in to your WordPress admin panel and go to Plugins -> Add New
 2. Type **Remove Emoji CSS and JS** in the search box and click on search button.
 3. Find Remove RSS Feed plugin.
 4. Then click on Install Now after that activate the plugin.

OR

 1. Download and save the **Remove Emoji CSS and JS** plugin to your hard disk.
 2. Login to your WordPress and go to the Add Plugins page.
 3. Click Upload Plugin button to upload the zip.
 4. Click Install Now to install and activate the plugin.

## Reviews

![](https://secure.gravatar.com/avatar/a58eb492e5553faf8bd29619759e98e7790ed55dc422f4b0acacec6b258ffa8b?
s=60&d=retro&r=g)

### 󠀁[Doesn’t work](https://wordpress.org/support/topic/doesnt-work-2724/)󠁿

 [Beb](https://profiles.wordpress.org/darthbebeth/) October 22, 2021

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'); }

![](https://secure.gravatar.com/avatar/769b3565f5753491a9511b72adf6eba62dbeb51dfb24e3d58f79b8e76bd622bd?
s=60&d=retro&r=g)

### 󠀁[Very Nice!](https://wordpress.org/support/topic/very-nice-1543/)󠁿

 [Vennila Elumalai](https://profiles.wordpress.org/vennila98/) December 2, 2020

Very Nice!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/)

## Contributors & Developers

“Remove Emoji CSS and JS” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Boopathi Rajan ](https://profiles.wordpress.org/boopathi0001/)

[Translate “Remove Emoji CSS and JS” into your language.](https://translate.wordpress.org/projects/wp-plugins/remove-emoji-css-and-js)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/remove-emoji-css-and-js/),
check out the [SVN repository](https://plugins.svn.wordpress.org/remove-emoji-css-and-js/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/remove-emoji-css-and-js/)
by [RSS](https://plugins.trac.wordpress.org/log/remove-emoji-css-and-js/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.1**
 *  Last updated **4 years ago**
 *  Active installations **200+**
 *  WordPress version ** 3.1 or higher **
 *  Tested up to **6.1.10**
 *  PHP version ** 5.2.4 or higher **
 * Tags
 * [disable emojis](https://wordpress.org/plugins/tags/disable-emojis/)[Remove Emoji](https://wordpress.org/plugins/tags/remove-emoji/)
 *  [Advanced View](https://wordpress.org/plugins/remove-emoji-css-and-js/advanced/)

## Ratings

 3 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/remove-emoji-css-and-js/reviews/)

## Contributors

 *   [ Boopathi Rajan ](https://profiles.wordpress.org/boopathi0001/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/remove-emoji-css-and-js/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://paypal.me/boopathirajan)