PHP - Hide WooCommerce Weight on product single page

Hide WooCommerce Weight on product single page from the properties

<?php
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );

Last updated

Was this helpful?