/** * Hide product count on category display pages */ add_filter('woocommerce_subcategory_count_html', '__return_false');