在类别视图中隐藏产品数量
add_filter( 'woocommerce_subcategory_count_html', 'woo_remove_category_products_count' );
function woo_remove_category_products_count() {
return;
}
在哪里添加此代码?
将PHP代码放在主题或子主题functions.php文件的底部。
add_filter( 'woocommerce_subcategory_count_html', 'woo_remove_category_products_count' );
function woo_remove_category_products_count() {
return;
}
在哪里添加此代码?
将PHP代码放在主题或子主题functions.php文件的底部。
标签:woocommerce | WordPress教程 | 产品数量
小朱个人博客,生活网络分享,外贸建站,谷歌seo操作分享,B2B优化排名操作分享,资源分享,软件分享,生活分享。https://www.zhudc.com/
0 条评论