We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcfdbe commit 2bf2fb2Copy full SHA for 2bf2fb2
includes/Services/StatusService.php
@@ -204,7 +204,7 @@ public static function save_site_info(): void {
204
205
// Get experience level and site type from ReduxStateService
206
$data = ReduxStateService::get( 'input' );
207
- $site_info['experience_level'] = $data['experienceLevel'] ?? 3;
+ $site_info['experience_level'] = $data['experienceLevel'] ?? 'advanced';
208
$site_info['site_type'] = $data['siteType'] ?? 'business';
209
210
// Save to database option
0 commit comments