remove call to dns prefetch
-
Since WP 4.7 WP has added a DNS prefetch call which can be removed by adding a filter:
// Remove DNS prefetch s.w.org (used for emojis) add_filter( 'emoji_svg_url', '__return_false' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘remove call to dns prefetch’ is closed to new replies.