get_current_step(); $is_welcome_step = 'welcome' === $current_step; $is_finish_step = 'finish' === $current_step; $next_url = $is_finish_step ? admin_url( 'index.php' ) : $wizard->get_next_url(); $main_class = $is_welcome_step ? 'lp-setup-main--welcome' : 'lp-setup-main--wizard'; $wizard_steps = array(); foreach ( $steps as $step_key => $step_data ) { if ( 'welcome' !== $step_key ) { $wizard_steps[ $step_key ] = $step_data; } } $wizard_step_keys = array_keys( $wizard_steps ); ?>