📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 17:55:37
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
app
/
modules
/
onboarding
/
validation
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/app/modules/onboarding/validation
🔄 Refresh
✏️
Editing: user-choices-validator.php
Writable
<?php namespace Elementor\App\Modules\Onboarding\Validation; if ( ! defined( 'ABSPATH' ) ) { exit; } class User_Choices_Validator extends Base_Validator { protected function get_rules(): array { return [ 'building_for' => [ 'type' => 'string', 'nullable' => true, ], 'site_about' => [ 'type' => 'string_array', ], 'experience_level' => [ 'type' => 'string', 'nullable' => true, ], 'theme_selection' => [ 'type' => 'string', 'nullable' => true, ], 'site_features' => [ 'type' => 'string_array', ], ]; } }
💾 Save Changes
❌ Cancel