Skip to content

Instantly share code, notes, and snippets.

@IacopoC
Created March 4, 2017 13:17
Show Gist options
  • Save IacopoC/cc36df45b8a371a07ca567cba610810e to your computer and use it in GitHub Desktop.
Save IacopoC/cc36df45b8a371a07ca567cba610810e to your computer and use it in GitHub Desktop.
WooCommerce hook that checks number of items in the cart
<?php do_action( 'woocommerce_check_cart_items' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment