Skip to content

Instantly share code, notes, and snippets.

@patrickposner
Created September 26, 2022 14:31
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 patrickposner/3c07abf2bb049f71ef9aef5194ebdced to your computer and use it in GitHub Desktop.
Save patrickposner/3c07abf2bb049f71ef9aef5194ebdced to your computer and use it in GitHub Desktop.
Remove Emoji scripts from WordPress
<?php
add_action( 'init', function() {
remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment