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/widget-creation/module.php +0 -5 4.1.24.0.8 View file →
@@ -38,9 +38,8 @@
38 38 }
39 39
40 40 public function __construct() {
41 41 parent::__construct();
42 - AngiePromotion::init();
43 42
44 43 add_filter( 'elementor/editor/v2/packages', fn( $packages ) => $this->add_packages( $packages ) );
45 44 add_action( 'elementor/elements/categories_registered', [ $this, 'maybe_register_custom_widgets_category_fallback' ], 100 );
46 45 add_action( 'rest_api_init', fn() => $this->register_consent_route() );
@@ -90,12 +89,8 @@
90 89 }
91 90
92 91 public function render_custom_widgets_category_heading_cta(): void {
93 92 if ( ! Plugin::$instance->experiments->is_feature_active( self::EXPERIMENT_NAME ) ) {
94 - return;
95 - }
96 -
97 - if ( ! current_user_can( 'manage_options' ) ) {
98 93 return;
99 94 }
100 95
101 96 ?>