Use this code snippet to remove product dimensions from showing in the additional information tab in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_product_get_dimensions', '__return_false' );
Use this code snippet to remove product dimensions from showing in the additional information tab in WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_product_get_dimensions', '__return_false' );