Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created January 14, 2020 13:28
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 plugin-republic/6fc46f649d65a480900e2963b3d08cb3 to your computer and use it in GitHub Desktop.
Save plugin-republic/6fc46f649d65a480900e2963b3d08cb3 to your computer and use it in GitHub Desktop.
<?php
/**
* Hide option prices in the cart
*/
add_filter( 'pewc_show_option_prices_in_cart', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment