Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created May 9, 2017 04:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save SiR-DanieL/732cd75fcab3f55bb267111052558b8b to your computer and use it in GitHub Desktop.
Save SiR-DanieL/732cd75fcab3f55bb267111052558b8b to your computer and use it in GitHub Desktop.
/**
* Hides the product's weight and dimension in the single product page.
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );
@bobnic
Copy link

bobnic commented Oct 14, 2018

Thanks!

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