-
-
Save bobnic/95c01be109364096b88a89504bca49dc 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
| /** | |
| * Hides the product's weight and dimension in the 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