Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // remove the non-working prefetch links in the header
- add_action( 'init', 'remove_dns_prefetch' );
- function remove_dns_prefetch () {
- remove_action( 'wp_head', 'wp_resource_hints', 2, 99 );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement