diff --git a/wp-content/themes/apus-theme/inc/performance.php b/wp-content/themes/apus-theme/inc/performance.php index 1400fd1b..c7d7a962 100644 --- a/wp-content/themes/apus-theme/inc/performance.php +++ b/wp-content/themes/apus-theme/inc/performance.php @@ -444,7 +444,8 @@ function apus_add_dns_prefetch() { echo '' . "\n"; // Add more as needed for your external resources } -add_action( 'wp_head', 'apus_add_dns_prefetch', 0 ); +// Temporarily disabled to avoid conflicts with apus_remove_dns_prefetch +// add_action( 'wp_head', 'apus_add_dns_prefetch', 0 ); /** * Optimize WordPress Database Queries