Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created October 21, 2025 09:26
Show Gist options
  • Select an option

  • Save plugin-republic/4b7b928abce976aa92252d6799ebc5e4 to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/4b7b928abce976aa92252d6799ebc5e4 to your computer and use it in GitHub Desktop.
<?php
/**
* Hide all field prices in the cart and checkout
*/
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