Skip to content

Instantly share code, notes, and snippets.

@philliproth
Created July 31, 2018 08: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 philliproth/6faebfabe711bd9a8f12c78f5a87c4b2 to your computer and use it in GitHub Desktop.
Save philliproth/6faebfabe711bd9a8f12c78f5a87c4b2 to your computer and use it in GitHub Desktop.
Remove Prefetch
// remove WP 4.9+ dns-prefetch
remove_action( 'wp_head', 'wp_resource_hints', 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment