Skip to content

Instantly share code, notes, and snippets.

@henshaw
Last active September 28, 2025 18:06
Show Gist options
  • Save henshaw/3d6adabc9f3b5c37d4b89807d948cb4f to your computer and use it in GitHub Desktop.
Save henshaw/3d6adabc9f3b5c37d4b89807d948cb4f to your computer and use it in GitHub Desktop.
Disable speculative loading in WordPress
//Disable speculative loading in WordPress
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