Skip to content

Instantly share code, notes, and snippets.

@fieldoffice
Created May 6, 2015 20:44
Show Gist options
  • Save fieldoffice/db6c69b8d231fd521524 to your computer and use it in GitHub Desktop.
Save fieldoffice/db6c69b8d231fd521524 to your computer and use it in GitHub Desktop.
Remove emojis introduced in WordPress 4.2
// Add to your WP functions file
remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); //Remove emojis introduced by WP 4.2
remove_action( 'wp_print_styles', 'print_emoji_styles' ); //Remove emojis introduced by WP 4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment