Skip to content

Instantly share code, notes, and snippets.

@digiltd
Created June 17, 2014 20:37
Show Gist options
  • Save digiltd/ebebbc9e3f33cce15d03 to your computer and use it in GitHub Desktop.
Save digiltd/ebebbc9e3f33cce15d03 to your computer and use it in GitHub Desktop.
woo hide cart and prices hooks
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment