Hide the product’s weight and dimensions
Add this to functions.php
/**
* Hide weight and dimension in single product
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );
Add this to functions.php
/**
* Hide weight and dimension in single product
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );