Skip to content

Instantly share code, notes, and snippets.

@woogist
Created January 20, 2015 13:51
Show Gist options
  • Save woogist/ad5a277007ceb60d728d to your computer and use it in GitHub Desktop.
Save woogist/ad5a277007ceb60d728d to your computer and use it in GitHub Desktop.
Hides the product's weight and dimension in teh single product page.
/**
* Hides the product's weight and dimension in teh single product page.
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );
@tivnet
Copy link

tivnet commented Dec 9, 2016

@woogist
teh => the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment