Skip to content

Instantly share code, notes, and snippets.

@mikejolley
mikejolley / gist:8965846
Created February 12, 2014 22:29
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' );