Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Last active October 22, 2015 23:14
Show Gist options
  • Save bhubbard/ee03aaecbfa47909e1dd to your computer and use it in GitHub Desktop.
Save bhubbard/ee03aaecbfa47909e1dd to your computer and use it in GitHub Desktop.
Hook into Jetpack for DNS Prefetch
if (class_exists('Jetpack')) {
Jetpack::dns_prefetch( array(
'//example.com',
) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment