'; $anime_stream_current_category = is_category() ? get_queried_object() : null; for ($anime_stream_j = 1; $anime_stream_j <= 3; $anime_stream_j++) { $anime_stream_cat_slug = get_theme_mod('anime_stream_header_top_category' .$anime_stream_j, 'select'); if ($anime_stream_cat_slug && $anime_stream_cat_slug !== 'select') { $anime_stream_category = get_category_by_slug($anime_stream_cat_slug); if ($anime_stream_category) { $anime_stream_is_active = $anime_stream_current_category && $anime_stream_current_category->term_id === $anime_stream_category->term_id; echo '
  • '; echo ''; echo esc_html($anime_stream_category->name); if ($anime_stream_is_active) { echo ' '; } echo '
  • '; } } } echo ''; ?>