Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Created May 17, 2015 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickrduncan/f9856fb199685278dde6 to your computer and use it in GitHub Desktop.
Save rickrduncan/f9856fb199685278dde6 to your computer and use it in GitHub Desktop.
Disable WordPress 4.2 Emoji support
<?php
//* Do NOT include the opening php tag
//* Remove silly-ass emoji code
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