Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created October 20, 2016 16:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidperezgar/273f25654992db8d9ae35fc41873a40a to your computer and use it in GitHub Desktop.
Save davidperezgar/273f25654992db8d9ae35fc41873a40a to your computer and use it in GitHub Desktop.
Remove price archive product woocommerce
// Remove prices
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