php [WooCommerce Core]隐藏产品档案中的子类别产品计数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php [WooCommerce Core]隐藏产品档案中的子类别产品计数相关的知识,希望对你有一定的参考价值。

add_filter( 'woocommerce_subcategory_count_html', 'wcc_hide_category_count' );
function wcc_hide_category_count() {
	// No count
}

以上是关于php [WooCommerce Core]隐藏产品档案中的子类别产品计数的主要内容,如果未能解决你的问题,请参考以下文章

在 WooCommerce 购物车中隐藏特定产品类别的缩略图

隐藏产品价格并禁用 Woocommerce 中特定产品类别的添加到购物车

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]查询WooCommerce是否被激活

php [WooCommerce Core]自定义WooCommerce面包屑