filthyfox
4/8/2017 - 6:24 PM

Woocommerce - hide category products count

Woocommerce - hide category products count

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