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' );

Leave a Reply

Your email address will not be published. Required fields are marked *