Anzahl Produkte in Kategorieliste beim Kategorienamen entfernen12. Juni 2021add_filter( 'woocommerce_subcategory_count_html', 'remove_category_products_count_in_category_list' ); function remove_category_products_count_in_category_list() { return; }