Skip to content

Instantly share code, notes, and snippets.

@brunomonteiro3
Created July 21, 2015 13:45
Show Gist options
  • Save brunomonteiro3/457408665ab14926cb46 to your computer and use it in GitHub Desktop.
Save brunomonteiro3/457408665ab14926cb46 to your computer and use it in GitHub Desktop.
Remove Emoji and Smiley from wp_head();
<?php
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