Skip to content
Public Ticket #27816

Remove DNS Prefetch

Conversation thread

Mandy replied

Customer Reply

Perfect, thank you!

PenciDesign Supporter replied

Staff Reply

Hi,

You should paste this code into the function.php of the child theme or via the CodeSnippet plugin here: https://wordpress.org/plugins/code-snippets/

add_filter( 'penci_soledad_optimize_dns_domains', function( $domains ) {
    return [];
} );

Regards,
PenciDesign.



Mandy started the conversation

Conversation Start

Hello,

We'd like to deactivate DNS prefetch on our site, since we don't need any of the services. How / where can we remove these lines? 

Thanks!

<meta http-equiv='x-dns-prefetch-control' content='on'>
<link rel='dns-prefetch' href='//s.gravatar.com' />
<link rel='dns-prefetch' href='//www.google-analytics.com' /> 

Want to join this conversation or access attachments? Sign in first.