Created
May 24, 2012 01:31
-
-
Save pippinsplugins/2778932 to your computer and use it in GitHub Desktop.
Easy Digital Downloads Cart Quantity
This file contains 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
<a href="<?php echo edd_get_checkout_uri(); ?>"> | |
Cart (<span class="header-cart edd-cart-quantity"><?php echo edd_get_cart_quantity(); ?></span>) | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment