Skip to content

Instantly share code, notes, and snippets.

@schalkburger
Created May 15, 2015 09:14
Show Gist options
  • Select an option

  • Save schalkburger/bce28d161a26945af677 to your computer and use it in GitHub Desktop.

Select an option

Save schalkburger/bce28d161a26945af677 to your computer and use it in GitHub Desktop.
Remove Wordpress emoji
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