Skip to content

Instantly share code, notes, and snippets.

@amboutwe
Created May 16, 2020 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amboutwe/0c8b9438490d15a7bfaa92ea5597cd45 to your computer and use it in GitHub Desktop.
Save amboutwe/0c8b9438490d15a7bfaa92ea5597cd45 to your computer and use it in GitHub Desktop.
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Disable jquery / JavaScript in Yoast SEO Local
* Credit: Bill Erickson https://www.billerickson.net/
* Last Tested: Unknown
*/
add_filter( 'wpseo_local_load_jquery', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment