jQuery.fn.load() is deprecated
-
Since WordPress version 5.5 upgrades the core jQuery to version
^3.5.1
, the.load()
method is now deprecated – https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond.This issue does not seem to have been resolved and is therefore reported by the Enable jQuery Migrate Helper
In the process of upgrading WordPress to version
^5.7
, it is recommended to remove the Enable jQuery Migrate Helper plugin – after having ensured that the issues are resolved.From looking at the latest changelog and affected file, the issue with using a deprecated function is still present in the latest version –
3.2.24
of BoxZilla.https://wpackagist.org/search?q=boxzilla&type=any&search=boxzilla
https://plugins.svn.www.ads-software.com/boxzilla/tags/3.2.24/assets/js/admin-script.min.js
The affected line (in a minimized file) attempts to use the deprecated
.load()
function on thewindow
object.Is it possible to have this piece of code updated, so it will continue to work after upgrading WordPress beyond version 5.5 along with updating jQuery beyond version 3.5?
Please let me know, if I need to provide any further information.
- The topic ‘jQuery.fn.load() is deprecated’ is closed to new replies.