Plugin Broken by WordPress5.5
-
Since I updated to wordpress5.5 I’ve been having issues with many of my plugins needing to update their code. The error is reported as “jquery.fn.live() is deprecated”.
In the meta-template.php file in this plugin, on line 90…
This line:
jQuery(‘.menu-item-has-children input[type=checkbox]’).live(‘click’, function() {Needs to be edited to:
jQuery(‘.menu-item-has-children input[type=checkbox]’).on(‘click’, function() {This edit seems to have corrected my issue.
Maybe it will help- with yours too.Goran
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin Broken by WordPress5.5’ is closed to new replies.