Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 10, 2020 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/0a1c71df9e1c61a17d91a8e2ec43c9d6 to your computer and use it in GitHub Desktop.
Save lukecav/0a1c71df9e1c61a17d91a8e2ec43c9d6 to your computer and use it in GitHub Desktop.
Remove product dimensions from showing in the additional info tab in WooCommerce
add_filter( 'woocommerce_product_get_dimensions', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment