post_count; $current_post_type_obj = get_post_type_object($current_post_type); $etiquette_active_filter_slug = $args['etiquette_active_filter_slug'] ?? null; $post_ids = wp_list_pluck($posts_query->posts, 'ID'); $types = get_terms(array( 'taxonomy' => 'type', 'hide_empty' => true, )); $authors = get_authors_linked_to_posts($post_ids); $tags = get_terms(array( 'taxonomy' => 'etiquettes', 'hide_empty' => true, 'object_ids' => $post_ids, )); ?>