📅  最后修改于: 2022-03-11 14:55:43.949000             🧑  作者: Mango
/**
* Hides the product's weight and dimension on the single product page.
*/
add_filter( 'wc_product_enable_dimensions_display', '__return_false' );