📌  相关文章
📜  隐藏类别 - Woocommerce 产品页面 - PHP 代码示例

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

代码示例2
/* Remove Categories from Single Products */
remove_action( 'woocommerce_single_product_summary',
'woocommerce_template_single_meta', 40 );