Allow SVG Uploads in WordPress
This WordPress snippet enables administrators to easily upload SVG files, providing f...

WPCodeBox
454

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





