Hide weight and dimensions from additional information tab in WooCommerce

Hide weight and dimensions from additional information tab in WooCommerce on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'wc_product_enable_dimensions_display', '__return_false' );

It for single product pages.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.