Skip to content

Instantly share code, notes, and snippets.

@bobnic
Forked from SirDarcanos/functions.php
Created October 16, 2018 02:47
Show Gist options
  • Select an option

  • Save bobnic/95c01be109364096b88a89504bca49dc to your computer and use it in GitHub Desktop.

Select an option

Save bobnic/95c01be109364096b88a89504bca49dc 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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment