Skip to content

Instantly share code, notes, and snippets.

@pippinsplugins
Created May 24, 2012 01:31
Show Gist options
  • Save pippinsplugins/2778932 to your computer and use it in GitHub Desktop.
Save pippinsplugins/2778932 to your computer and use it in GitHub Desktop.
Easy Digital Downloads Cart Quantity
<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