add_filter( 'woocommerce_subcategory_count_html', 'db_remove_cat_prod_count' ); function db_remove_cat_prod_count() { return; }