Is there any way to disable emoji’s from WordPress 4.2 without plugin? I am using Genesis Framework for my site please help.
3 comments
Comments are closed.
Is there any way to disable emoji’s from WordPress 4.2 without plugin? I am using Genesis Framework for my site please help.
Comments are closed.
Step 1.) hook into
init
Step 2.) filter function
Either you can add above code or use below code
Both will help you to remove emoji from your site. to know more visit http://www.notesonclick.com/blog/remove-wordpress-emoji-code/
Just put the following code into function.php file :
I was inspired from this post : http://www.codecanal.com/how-to-disable-emoji-support-in-wordpress-4-2-without-a-plugin/