• Resolved abdusfauzi

    (@abdusfauzi)


    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();
    });
    • This topic was modified 6 years, 11 months ago by abdusfauzi. Reason: missing code closing
Viewing 1 replies (of 1 total)
  • Plugin Author XLPlugins

    (@xlplugins)

    Hello
    The above change has been applied in the new version of the plugin.
    Please update the plugin.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Console Warning: JQMIGRATE: jQuery.fn.load() is deprecated’ is closed to new replies.