Skip to content

Instantly share code, notes, and snippets.

@woogist
Created September 23, 2015 14:32
Show Gist options
  • Save woogist/95623941598caadba795 to your computer and use it in GitHub Desktop.
Save woogist/95623941598caadba795 to your computer and use it in GitHub Desktop.
Ninja forms addon: hide all sub prices
<?php
add_filter( 'wc_nf_addons_cart_option', 'wc_ninja_forms_price' );
function wc_ninja_forms_price( $display ) {
return '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment