PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.8
Elementor Website Builder – more than just a page builder v4.0.8
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/promotions/module.php +1 -2 4.1.04.0.8 View file →
@@ -69,10 +69,8 @@
69 69 if ( Black_Friday::should_display_notice() ) {
70 70 new Black_Friday();
71 71 }
72 72
73 - add_filter( 'elementor/editor/localize_settings', [ $this, 'add_v4_promotions_data' ] );
74 -
75 73 if ( Utils::has_pro() ) {
76 74 return;
77 75 }
78 76
@@ -81,8 +79,9 @@
81 79 } );
82 80
83 81 add_action( 'elementor/editor/before_enqueue_scripts', [ $this, 'enqueue_react_data' ] );
84 82 add_action( 'elementor/editor/before_enqueue_scripts', [ $this, 'enqueue_editor_v4_alphachip' ] );
83 + add_filter( 'elementor/editor/localize_settings', [ $this, 'add_v4_promotions_data' ] );
85 84
86 85 // Add Ally promo
87 86 Ally_Dashboard_Widget::init();
88 87