jQuery.fn.load() is deprecated

marianogbiondi

New Member
Hi there!

After updating to Wordpress v5.5 I start to see this error in my website console, and to avoid it I need to install the jQuery Migrate Helper plugin.
Maybe the AlidropShop development team can include this improvement in next release :)

Kind regards to all!
Mariano.

Bellow you'll find the details of the error:

jQuery Migrate Helper — Warnings encountered
This page generated the following warnings:
  1. https://www.mindershop.com/wp-content/plugins/alidswoo/src/js/aliexpress/availableExtensions.min.js: jQuery.fn.load() is deprecated
Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.
 

the_lyall

Active Member
As it's a warning not an error, it still works. Deprecated means it's been replaced with a better way of doing it, but it's unlikely the code behind the function will be removed as it would then cause errors. Functions are often deprecated over time.

So there's no immediate concern regarding it stopping working - if it was an error in the console then it would be a different story, warnings are ok.

Still, if you want this to be passed to the developers you would need to email support as I think it's unlikely they'll see your post here :)
 
Top