Skip to content

Instantly share code, notes, and snippets.

@ewistrand
Created November 19, 2015 13:36
Show Gist options
  • Save ewistrand/ef8c35aac025ed02b5ec to your computer and use it in GitHub Desktop.
Save ewistrand/ef8c35aac025ed02b5ec to your computer and use it in GitHub Desktop.
WP Remove Emoji Support
<?php
//Remove Emoji Support
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