Created
December 23, 2021 18:45
-
-
Save lukecav/66d57df3dd89133851b9e083cbf95bdf to your computer and use it in GitHub Desktop.
Disable Emoji DNS prefetch in WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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