Remove Product Dimensions from the Additional Info Tab in WooCommerce

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