$step) : $step_key = $step['id']; /** * Class element of the Step Status Bar * * @var string */ $container_class = ''; $color = 'gray'; if ($step_key === $current_step) { $color = 'blue'; } elseif (array_search($current_step, array_column($steps, 'id')) > array_search($step_key, array_column($steps, 'id'))) { $container_class = 'wu-opacity-50'; $color = 'blue'; } ?>
  •