$category ) { $color = get_term_meta( $category->term_id, 'archive_category_color', true ); $hover_color = get_term_meta( $category->term_id, 'archive_category_hover_color', true ); if ($color !== '' || $hover_color !== '') { echo ''; } echo ''; if ( $key < count($categories) - 1 ) { echo esc_html( $separator ); } } } } else echo get_the_category_list( esc_html( $separator ), '', $post->ID ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>