PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.2
Elementor Website Builder – more than just a page builder v4.3.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | vendor/elementor/wp-one-package/src/Loader.php +3 -0 4.1.4 → 4.3.2 View file →
@@ -57,8 +57,9 @@
57 57 * @return void
58 58 */
59 59 private static function initialize_services(): void {
60 60 \ElementorOne\Admin\Services\Editor::instance();
61 + \ElementorOne\Admin\Services\Licenses::instance();
61 62 \ElementorOne\Admin\Services\Migration::instance();
62 63 }
63 64
64 65 /**
@@ -70,8 +71,9 @@
70 71 \ElementorOne\Admin\Components\Page::instance();
71 72 \ElementorOne\Admin\Components\Assets::instance();
72 73 \ElementorOne\Admin\Components\Fields::instance();
73 74 \ElementorOne\Admin\Components\Onboarding::instance();
75 + \ElementorOne\Admin\Components\ManageDashboardWidget::instance();
74 76 }
75 77
76 78 /**
77 79 * Initialize all REST controllers.
@@ -82,8 +84,9 @@
82 84 new \ElementorOne\Admin\Controllers\TopBar();
83 85 new \ElementorOne\Admin\Controllers\Themes();
84 86 new \ElementorOne\Admin\Controllers\Plugins();
85 87 new \ElementorOne\Admin\Controllers\Settings();
88 + new \ElementorOne\Admin\Controllers\ManageDashboardWidget();
86 89 new \ElementorOne\Admin\Controllers\Logs();
87 90 }
88 91
89 92 /**