If you would like to hide prices for select and radio field options, you can add this filter to your functions.php or snippets file:
<?php | |
add_filter( 'pewc_show_option_prices', '__return_false' ); |
If you would like to hide prices for select and radio field options, you can add this filter to your functions.php or snippets file:
<?php | |
add_filter( 'pewc_show_option_prices', '__return_false' ); |