Created
November 24, 2016 14:26
-
-
Save madeincosmos/da13910de74c83333394cffd7c7b3e60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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