| @@ -5,10 +5,10 @@ | ||
| 5 | 5 | use Elementor\Core\Common\Modules\Ajax\Module as Ajax; |
| 6 | 6 | use Elementor\Core\Common\Modules\Finder\Module as Finder; |
| 7 | 7 | use Elementor\Core\Common\Modules\Connect\Module as Connect; |
| 8 | 8 | use Elementor\Core\Common\Modules\EventTracker\Module as Event_Tracker; |
| 9 | -use Elementor\Core\Common\Modules\EventsManager\Module as Events_Manager; | |
| 10 | 9 | use Elementor\Core\Files\Uploads_Manager; |
| 10 | +use Elementor\Core\Settings\Manager as SettingsManager; | |
| 11 | 11 | use Elementor\Icons_Manager; |
| 12 | 12 | use Elementor\Plugin; |
| 13 | 13 | use Elementor\Utils; |
| 14 | 14 | |
| @@ -68,14 +68,8 @@ | ||
| 68 | 68 | |
| 69 | 69 | $this->add_component( 'connect', new Connect() ); |
| 70 | 70 | |
| 71 | 71 | $this->add_component( 'event-tracker', new Event_Tracker() ); |
| 72 | - | |
| 73 | - Plugin::$instance->experiments->add_feature( Events_Manager::get_experimental_data() ); | |
| 74 | - | |
| 75 | - if ( Plugin::$instance->experiments->is_feature_active( Events_Manager::EXPERIMENT_NAME ) ) { | |
| 76 | - $this->add_component( 'events-manager', new Events_Manager() ); | |
| 77 | - } | |
| 78 | 72 | } |
| 79 | 73 | |
| 80 | 74 | /** |
| 81 | 75 | * Get name. |
| @@ -270,9 +264,8 @@ | ||
| 270 | 264 | ], |
| 271 | 265 | 'filesUpload' => [ |
| 272 | 266 | 'unfilteredFiles' => Uploads_Manager::are_unfiltered_uploads_enabled(), |
| 273 | 267 | ], |
| 274 | - 'editor_events' => Events_Manager::get_editor_events_config(), | |
| 275 | 268 | ]; |
| 276 | 269 | |
| 277 | 270 | /** |
| 278 | 271 | * Localize common settings. |