Skip to content

Instantly share code, notes, and snippets.

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