Plugin should be evaluated for deprecated jQuery
-
WordPress will soon be removing jQuery Migrate, which is currently throwing a few notices in this plugin’s admin JS. For example:
function compressImageSelection() { jQuery('span.auto-compress').each(function(index, element) { jQuery(element).siblings('button').click() // deprecated }); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin should be evaluated for deprecated jQuery’ is closed to new replies.