diff --git a/includes/elementor-functions.php b/includes/elementor-functions.php index 868d4077..ed9e6f73 100644 --- a/includes/elementor-functions.php +++ b/includes/elementor-functions.php @@ -226,7 +226,7 @@ function hello_get_footer_display() { 'release_status' => $experiments_manager::RELEASE_STATUS_STABLE, 'new_site' => [ 'minimum_installation_version' => '3.3.0', - 'default_active' => $experiments_manager::STATE_ACTIVE, + 'default_active' => true, ], ] ); } );