Make Emoji optional
-
So, after working on a MVC platform for the past year, I returned to WP to update my website. Looking at the source code I find Emoji script in my header.
As most people know, js scripts should be placed in the footer in terms on SEO og page load. And in my case, I don’t use Emoji in 90% of my sites. So having JS code in my source code that I will never use is not good.
As many has stated before (in previous threads I’ve read), I should not have to use a 3rd party plugin to disable a core function in order to prevent “garbage” code in my html source code.
Rather, if you want to use Emoji, you could either configure this in admin panel or be able to add this using
add_theme_support( 'emoji' );
So my question is, what is the status of this? Has the WP team done anything about this?
- The topic ‘Make Emoji optional’ is closed to new replies.