• Resolved nico6293

    (@nico6293)


    Hi there
    All my plugins are set to ‘auto updat’. only woocommerce not. I can’t change it to auto update.
    any idea’s?
    Kind regards,
    Nico

    Wordrpress, themes and all other plugins are updated to the latest versions.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @nico6293 ,

    This was truly a new one.

    I have found that WooCommerce has a filter to stop auto-update of WooCommerce’s major releases if there are other active plugins/extensions untested for that version.

    You can disable this check using this filter in your theme’s functions.php file –

    remove_filter( 'auto_update_plugin', 'wc_prevent_dangerous_auto_updates', 99, 2 );

    You can see the source of this filter here.

    I will recommend keeping this check enabled to avoid sudden conflict with major releases.

    I hope the information helps.

    Thank you ??

    Thread Starter nico6293

    (@nico6293)

    Hi Rashed

    Your snippit works fine.

    Thanks

    Thread Starter nico6293

    (@nico6293)

    x

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce only plugin without auto update’ is closed to new replies.