Add Google Tag Manager to Your WordPre...
Easily integrate Google Tag Manager into your WordPress site by adding the necessary ...

WPCodeBox
653
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 );





