Turn off speculative loading
Stops browsers from loading the next page in the background when visitors hover over links (added in WordPress 6.8). Keeps analytics and server load exactly as before.
<?php
add_filter( 'wp_speculation_rules_configuration', '__return_null' );
In these packs
- Turn off more: More features you may not need: sitemaps, trackbacks, automatic updates, pattern suggestions.