Are you looking for a way to remove all traces of emoji script from WordPress head? While there’s probably a plugin for this, we have created a quick code snippet that you can use to remove emoji scripts from WordPress head.
Instructions:
All you have to do is add this code to your theme’s functions.php file or in a site-specific plugin:
remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'wp_print_styles', 'print_emoji_styles' );
Note: If this is your first time adding code snippets in WordPress, then please refer to our guide on how to properly copy / paste code snippets in WordPress, so you don’t accidentally break your site.
If you liked this code snippet, please consider checking out our other articles on the site like: 50+ best WooCommerce themes for your online store and how to create a WordPress donation form.
Nice Worked for me. Thank You So much.
Hey Pooja, I’m glad you got the help. Please do follow us on Facebook and Twitter for more helpful guides.😄
Hi Debjit, thanks for this helpful article on disabling the smilies within WordPress! While searching for a way to disable all(!) the styles and scripts, I came across this tiny but efficient plugin: Really Disable Emojis – I am using this plugin on several client websites now, it does not need any configurations, just install and activate.