bhubbard
3/18/2015 - 5:36 PM

Hook into Jetpack for DNS Prefetch

Hook into Jetpack for DNS Prefetch

if (class_exists('Jetpack')) {
	Jetpack::dns_prefetch( array(
		'//example.com',
	) );
}