Skip to content

Instantly share code, notes, and snippets.

@SirDarcanos
Created May 9, 2017 04:55
Show Gist options
  • Select an option

  • Save SirDarcanos/732cd75fcab3f55bb267111052558b8b to your computer and use it in GitHub Desktop.

Select an option

Save SirDarcanos/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
Copy Markdown

bobnic commented Oct 14, 2018

Thanks!

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