Created
October 30, 2025 04:18
-
-
Save henshaw/9b6d6da900cfe7f677674c00b9551152 to your computer and use it in GitHub Desktop.
Filter for WordPress' functions.php file to disable speculative loading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter( 'wp_speculation_rules_configuration', '__return_null' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment