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