Skip to content

Instantly share code, notes, and snippets.

@robskidmore
Created February 25, 2015 17:23
Show Gist options
  • Save robskidmore/ce62029efcadf9784475 to your computer and use it in GitHub Desktop.
Save robskidmore/ce62029efcadf9784475 to your computer and use it in GitHub Desktop.
Woocommerce cart count
<?php global $woocommerce;
$cart_count = ($woocommerce->cart->cart_contents_count)? $woocommerce->cart->cart_contents_count:'0';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment