📜  woocommerce 隐藏重量 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:43.949000             🧑  作者: Mango

代码示例1
/**

* Hides the product's weight and dimension on the single product page.

*/

add_filter( 'wc_product_enable_dimensions_display', '__return_false' );