add_filter('woocommerce_add_to_cart_redirect', 'custom_add_to_cart_redirect'); function custom_add_to_cart_redirect($url) { global $woocommerce; $checkout_url = wc_get_checkout_url(); return $checkout_url; }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter