PluginProbe
Elementor Website Builder – more than just a page builder / 3.29.0-dev4
Elementor Website Builder – more than just a page builder v3.29.0-dev4
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 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | modules/notifications/module.php +6 -1 4.2.43.29.0-dev4 View file →
@@ -54,11 +54,16 @@
54 54 'elementor-editor',
55 55 'elementor-v2-ui',
56 56 'elementor-v2-icons',
57 57 'elementor-v2-query',
58 - 'elementor-v2-editor-app-bar',
59 58 'wp-i18n',
60 59 ];
60 +
61 + $is_editor_v2 = current_action() === 'elementor/editor/v2/scripts/enqueue';
62 +
63 + if ( $is_editor_v2 ) {
64 + $deps[] = 'elementor-v2-editor-app-bar';
65 + }
61 66
62 67 wp_enqueue_script(
63 68 'e-editor-notifications',
64 69 $this->get_js_assets_url( 'editor-notifications' ),