[php] /* Hides the product weight and dimension on the single product page. */ add_filter( 'wc_product_enable_dimensions_display', '__return_false' ); [/php]
Hide the product weight and dimension on the WooCommerce single product page.
This function hides the product weight and dimension on the WooCommerce single product pages.
Need help with this?
Hire me for a consultation and I'll walk you thru the process.
0 Comments