Created
June 18, 2014 15:36
-
-
Save Welland/6f262e542098b9cc46a5 to your computer and use it in GitHub Desktop.
WooCommerce - Checkout URL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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