Skip to content

Instantly share code, notes, and snippets.

@Welland
Created June 18, 2014 15:36
Show Gist options
  • Save Welland/6f262e542098b9cc46a5 to your computer and use it in GitHub Desktop.
Save Welland/6f262e542098b9cc46a5 to your computer and use it in GitHub Desktop.
WooCommerce - Checkout URL
global $woocommerce;
$checkout_url = $woocommerce->cart->get_checkout_url();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment