Remove product dimensions from single product pages in Woocommerce
问题 Anyone knows how to hide the product dimensions from the additional tabs on Single Product page but still show the Weight value? I search and see this filter but it hides both weight and dimensions. add_filter( 'woocommerce_product_get_dimensions', '__return_false' ); 回答1: To hide only dimensions (but not weight) , there is 2 ways to make it work. 1) using hooks (here composite filter hooks ): Looking at the template that displays dimension in single products, you can see this line: <?php if