| @@ -26,12 +26,9 @@ | ||
| 26 | 26 | 'description' => __( |
| 27 | 27 | 'Maintain consistency across your site by saving the changes to a widget as the default setting for future use. These settings will automatically apply to the widget every time you place it. Note: This feature doesn\'t affect existing widgets.', |
| 28 | 28 | 'elementor' |
| 29 | 29 | ) . ' <a href="https://go.elementor.com/wp-dash-save-as-default" target="_blank">' . __( 'Learn More', 'elementor' ) . '</a>', |
| 30 | - 'release_status' => Experiments_Manager::RELEASE_STATUS_BETA, | |
| 31 | - 'new_site' => [ | |
| 32 | - 'default_active' => true, | |
| 33 | - ], | |
| 30 | + 'release_status' => Experiments_Manager::RELEASE_STATUS_ALPHA, | |
| 34 | 31 | ]; |
| 35 | 32 | } |
| 36 | 33 | |
| 37 | 34 | private function enqueue_scripts() { |