Title: Jquery issue and plugin compatibility
Last modified: August 31, 2016

---

# Jquery issue and plugin compatibility

 *  Resolved [Derek Neuts](https://wordpress.org/support/users/dawstudiosystems/)
 * (@dawstudiosystems)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/jquery-issue-and-plugin-compatibility/)
 * Hi,
 * The recent update to 4.5.2 seems to have eliminated a shopping cart wishlist 
   plugin on my website. I emailed the plugin developer, and I was told:
 * “This issue it is related to the last wordpress update which have a mini bug 
   with the jquery. If it is urgent follow this steps explained here [https://colorlib.com/wp/load-wordpress-jquery-from-google-library/](https://colorlib.com/wp/load-wordpress-jquery-from-google-library/)
 * and add the script the your theme functions.php
 * or i suggest to wait as will be an update soon of the wordpress which will fix
   this, so the plugin itself do not have issue
 * here the code :
 * //Making jQuery to load from Google Library
    function replace_jquery() { if (!
   is_admin()) { // comment out the next two lines to load the local copy of jQuery
   wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, ‘[http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js&#8217](http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js&#8217);,
   false, ‘1.11.3’); wp_enqueue_script(‘jquery’); } } add_action(‘init’, ‘replace_jquery’);
 * What do you guys recommend? I’m not a coder, so what I do know is that the plugin
   stopped working right after the update, otherwise it was fine. Any help or suggestions
   would be great. If you think this is an appropriate action, or perhaps to use
   an older version of functions.php, then please let me know.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/jquery-issue-and-plugin-compatibility/#post-7368921)
 * It’s actually up to the plugin’s developer to fix.
 * See [https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7&view=all#post-8271654](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7&view=all#post-8271654)
   for the big details.
 * The short version is that some plugin and theme developers have been using jQuery
   incorrectly (not following documented standards) for a while. jQuery recently
   decided it was time to “fix” the vulnerability that was being exploited, and 
   now that incorrect usage no longer works. The latest version of WordPress includes
   that latest version of jQuery.
 * We have no plans to revert to an old version of jQuery, so developers will need
   to update their products to use jQuery properly.
 *  Thread Starter [Derek Neuts](https://wordpress.org/support/users/dawstudiosystems/)
 * (@dawstudiosystems)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/jquery-issue-and-plugin-compatibility/#post-7368959)
 * Ah, okay, thanks for letting me know. I’ll got back to the developer and see 
   what I can do there. I did pay for that script, so they do indeed have to do 
   something about this, for sure. Thanks!
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/jquery-issue-and-plugin-compatibility/#post-7368977)
 * You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Jquery issue and plugin compatibility’ is closed to new replies.

## Tags

 * [function.php](https://wordpress.org/support/topic-tag/function-php/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/jquery-issue-and-plugin-compatibility/#post-7368977)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
