Code incompatibility with jQuery 3 and WordPress 5.6
-
Hello, your plugin is not compatible with jQuery 3.
I found some deprecations but there can be many more:
1. jQuery.fn.click() event shorthand is deprecated => seo-by-rank-math/assets/admin/js/wplink.js
2. jQuery.fn.keyup() event shorthand is deprecated => seo-by-rank-math/assets/admin/js/wplink.js
You can use “Enable jQuery Migrate Helper” plugin (official plugin from WordPress team, that help plugin developers update their code, so it is compatible with WordPress 5.6 and jQuery 3.)
Here are some notices about deprecated functions in jQuery 3:
https://github.com/jquery/jquery-migrate/blob/master/warnings.mdPlease, update your code so that your plugin is 100% compatible with WordPress 5.6 and jQuery 3.
Thank, you.
David
- The topic ‘Code incompatibility with jQuery 3 and WordPress 5.6’ is closed to new replies.