• Resolved DevDev

    (@devdev)


    Logged Error: “/wp-content/plugins/hide-shipping-method-for-woocommerce/admin/js/woo-hide-shipping-methods-admin.js: jQuery.fn.load() is deprecated”

    Error occurs and was logged on: /wp-admin/admin.php?page=whsm-start-page

    Seems like something to address before WP 5.6

    Thanks guys.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello devdev,

    Thanks for reaching out to us and sorry for the inconvenience.

    I think this is version conflict issue and we are looking into this.

    Can you please check and update below one small change to make it working for quick solution?


    File path:
    /wp-content/plugins/hide-shipping-method-for-woocommerce/admin/js/woo-hide-shipping-methods-admin.js

    From: $(window).load(function () {

    To: jQuery(window).on('load', function () {

    Let us know how it works.

    Best Regards,
    Hitendra & Customer Care team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello devdev,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved.

    If you have any further questions, you can start a new thread.

    Best Regards,
    Hitendra & Customer Care team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jQuery.fn.load() is deprecated’ is closed to new replies.