Skip to content

Instantly share code, notes, and snippets.

@madeincosmos
Created November 24, 2016 14:26
Show Gist options
  • Save madeincosmos/da13910de74c83333394cffd7c7b3e60 to your computer and use it in GitHub Desktop.
Save madeincosmos/da13910de74c83333394cffd7c7b3e60 to your computer and use it in GitHub Desktop.
function custom_add_price_for_addons ( ) {
return false;
}
add_filter( 'woocommerce_addons_add_price_to_name', 'custom_add_price_for_addons' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment