Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created October 30, 2025 04:18
Show Gist options
  • Select an option

  • Save henshaw/9b6d6da900cfe7f677674c00b9551152 to your computer and use it in GitHub Desktop.

Select an option

Save henshaw/9b6d6da900cfe7f677674c00b9551152 to your computer and use it in GitHub Desktop.
Filter for WordPress' functions.php file to disable speculative loading
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