Skip to content

Instantly share code, notes, and snippets.

@infoscigeek
Created March 22, 2017 14:32
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 infoscigeek/8c1c92dd3ef3bfdc3bfb9b5e45015f6d to your computer and use it in GitHub Desktop.
Save infoscigeek/8c1c92dd3ef3bfdc3bfb9b5e45015f6d to your computer and use it in GitHub Desktop.
Stop wp-emoji from firing
<?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