Skip to content

Instantly share code, notes, and snippets.

@Jonnyauk
Last active August 29, 2015 14:20
Show Gist options
  • Save Jonnyauk/7b5bbcffa917b9f4c33d to your computer and use it in GitHub Desktop.
Save Jonnyauk/7b5bbcffa917b9f4c33d to your computer and use it in GitHub Desktop.
Remove crazy WordPress 4.2 Emoji support
<?php
/**
* Remove crazy WordPress 4.2 Emoji junk
*/
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
remove_action( 'wp_print_styles', 'print_emoji_styles' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment