Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaviarasukr/6cadd1a4ad445d98b94ac35beba04ee6 to your computer and use it in GitHub Desktop.
Save kaviarasukr/6cadd1a4ad445d98b94ac35beba04ee6 to your computer and use it in GitHub Desktop.
WooCommerce 2.1 - Hiding product dimensions from the product page
// Add to your theme functions.php file
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