Skip to content

Instantly share code, notes, and snippets.

@roykho
Created March 5, 2014 21:04
Show Gist options
  • Save roykho/9376546 to your computer and use it in GitHub Desktop.
Save roykho/9376546 to your computer and use it in GitHub Desktop.
WooCommerce: Remove Dimension/Weight from product detail 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