Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created September 18, 2019 08:53
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/770462e37a4595b749869816d5bdced0 to your computer and use it in GitHub Desktop.
Save plugin-republic/770462e37a4595b749869816d5bdced0 to your computer and use it in GitHub Desktop.
<?php
/**
* Hide all field prices in the cart
*/
add_filter( 'pewc_show_field_prices_in_cart', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment