Console Warning: JQMIGRATE: jQuery.fn.load() is deprecated
-
In admin, it seems you have jQuery function that has been deprecated in file woo-confirmation-admin.min.js
jQuery(window).load(function () { xlwuev_verification_page(); email_template_tab(); });
Kindly, update with:
jQuery(window).on('load',function () { xlwuev_verification_page(); email_template_tab(); });
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Console Warning: JQMIGRATE: jQuery.fn.load() is deprecated’ is closed to new replies.