70

How to Remove DNS-prefetch from WordPress Head to Improve Performance

Powered by WPCodeBox

Improve website performance by removing DNS-prefetch from WordPress head when it’s not needed, especially if you’re hosting Google fonts locally.


// Remove dns-prefetch Link from WordPress Head (Frontend)
remove_action( 'wp_head', 'wp_resource_hints', 2 );

Other Snippets

WPCodeBox is a WordPress Code Snippets Manager that allows you to share your WordPress Code Snippets across your sites.