How to Save Oxygen Builder Changes wit...
This snippet allows you to save Oxygen builder changes with keyboard shortcuts like C...

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





