/*
* Removes products count after categories name
*/
add_filter( 'woocommerce_subcategory_count_html', 'woo_remove_category_products_count' );
function woo_remove_category_products_count() {
return;
}
Thanks
Marc
All following comments are shown for registered users only!
It looks like you're new here. If you want to get involved, click one of these buttons!