Woocommerce – Redirect from cart to checkout automatically after updating cart
From my Woocommerce cart page, I would like to automatically redirect users to the checkout page when they click the "Update Cart" button, after the update_cart_action() function has finished executing. The last lines of the WC update_cart_action() function handle redirects:…