Skip to content

Instantly share code, notes, and snippets.

View bobnic's full-sized avatar
🏢
Working from the Office

bobnic bobnic

🏢
Working from the Office
  • Canada
  • 06:43 (UTC -04:00)
View GitHub Profile
/**
* Hides the product's weight and dimension in the single product page.
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );