PluginProbe
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.6.3
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.6.3
5.6.11 5.6.10 5.6.9 5.6.8 5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 All 48 releases
← All changes | lib/controllers/steps_controller.php +0 -3 trunk5.6.3 View file →
@@ -368,11 +368,8 @@
368 368 $step_code_to_load = OsStepsHelper::get_prev_step_code( $current_step_code );
369 369 break;
370 370 case 'specific':
371 371 $step_code_to_load = OsStepsHelper::should_step_be_skipped( $current_step_code ) ? OsStepsHelper::get_next_step_code( $current_step_code ) : $current_step_code;
372 - if ( $step_code_to_load && OsSettingsHelper::is_on( 'reset_presets_when_adding_new_item' ) ) {
373 - $step_code_to_load = OsStepsHelper::check_booking_step_access( $step_code_to_load );
374 - }
375 372 break;
376 373 }
377 374 if ( $step_code_to_load ) {
378 375