This function hides the product weight and dimension on the WooCommerce single product pages.
[php] /* Hides the product weight and dimension on the single product page. */ add_filter( 'wc_product_enable_dimensions_display', '__return_false' ); [/php]
0 Comments