Skip to content

Instantly share code, notes, and snippets.

@ajmaurya99
Created October 12, 2020 13:49
Show Gist options
  • Save ajmaurya99/69a530e9736b02128d825af40b6c971a to your computer and use it in GitHub Desktop.
Save ajmaurya99/69a530e9736b02128d825af40b6c971a to your computer and use it in GitHub Desktop.
Remove Jquery from front side of WordPress.
<?php
wp_deregister_script('jquery');
wp_register_script('jquery', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment