Created
January 20, 2015 13:51
-
-
Save woogist/ad5a277007ceb60d728d to your computer and use it in GitHub Desktop.
Hides the product's weight and dimension in teh single product page.
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
/** | |
* Hides the product's weight and dimension in teh single product page. | |
*/ | |
add_filter( 'wc_product_enable_dimensions_display', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@woogist
teh
=>the