Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created March 14, 2015 00:35
Show Gist options
  • Save projoomexperts/7c09f4ae7a30a9e5dc74 to your computer and use it in GitHub Desktop.
Save projoomexperts/7c09f4ae7a30a9e5dc74 to your computer and use it in GitHub Desktop.
Woocommerce remove add to cart from loop
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', '10' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment