Skip to content

Instantly share code, notes, and snippets.

@marcosnakamine
Last active March 10, 2017 13:20
Show Gist options
  • Save marcosnakamine/edca2e953c32f737b4ac414376d2e8db to your computer and use it in GitHub Desktop.
Save marcosnakamine/edca2e953c32f737b4ac414376d2e8db to your computer and use it in GitHub Desktop.
WooCommerce - Get number of items in cart
<?php
echo WC()->cart->get_cart_contents_count();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment