Created
March 4, 2017 13:17
-
-
Save IacopoC/cc36df45b8a371a07ca567cba610810e to your computer and use it in GitHub Desktop.
WooCommerce hook that checks number of items in the cart
This file contains hidden or 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
<?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