Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created December 23, 2021 18:45
Show Gist options
  • Save lukecav/66d57df3dd89133851b9e083cbf95bdf to your computer and use it in GitHub Desktop.
Save lukecav/66d57df3dd89133851b9e083cbf95bdf to your computer and use it in GitHub Desktop.
Disable Emoji DNS prefetch in WordPress
add_filter('emoji_svg_url', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment