Please remove deprecated jQuery code
-
As you know WordPress devs finally decided to upgrade to the current JQuery version in 2020. Now WP core uses the latest Jquery + JQuery Migrate, but in the future JQuery Migrate will be gone and all deprecations will turn into errors.
Your plugin has the following deprecated code in /assets/js/admin.js:jQuery.fn.change() event shorthand jQuery.fn.click() event shorthand jQuery.fn.bind()and following in /vendor/codexpert/plugin/src/assets/js/fields.js:
jQuery.fn.click() event shorthandYou can see more detailed info about this deprecation here – https://github.com/jquery/jquery/issues/3214
Although they will hardly ever remove these shorthands this syntax is discouraged by jQuery devs.
Can you please update the code?P.S. Thank you for your efforts dedicated to maintaining this plugin!`
The topic ‘Please remove deprecated jQuery code’ is closed to new replies.