← All changes
|
app/modules/onboarding/storage/onboarding-progress-manager.php
+1
-1
4.3.0-beta3
→
4.0.8
View file →
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | class Onboarding_Progress_Manager { |
| 14 | 14 | |
| 15 | 15 | const PROGRESS_OPTION_KEY = 'elementor_onboarding_progress'; |
| 16 | 16 | const CHOICES_OPTION_KEY = 'elementor_onboarding_choices'; |
| 17 | - const DEFAULT_TOTAL_STEPS = 4; | |
| 17 | + const DEFAULT_TOTAL_STEPS = 5; | |
| 18 | 18 | |
| 19 | 19 | private static ?Onboarding_Progress_Manager $instance = null; |
| 20 | 20 | |
| 21 | 21 | public static function instance(): Onboarding_Progress_Manager { |