Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save plugin-republic/9d526697b9cc0168817651c4b68c9ac1 to your computer and use it in GitHub Desktop.
Save plugin-republic/9d526697b9cc0168817651c4b68c9ac1 to your computer and use it in GitHub Desktop.
Hide add-on prices for all fields in the order and order confirmation email
<?php
/**
* Hide add-on prices for all fields in the order and order confirmation email
*/
add_filter( 'pewc_show_field_prices_in_order', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment