| @@ -17,9 +17,8 @@ | ||
| 17 | 17 | use Elementor\Modules\Promotions\Conversion_Banner; |
| 18 | 18 | use Elementor\Modules\Promotions\Pointers\Birthday; |
| 19 | 19 | use Elementor\Modules\Promotions\Pointers\Black_Friday; |
| 20 | 20 | use Elementor\Modules\Promotions\PropTypes\Promotion_Prop_Type; |
| 21 | -use Elementor\Modules\Promotions\Widgets\Ally_Dashboard_Widget; | |
| 22 | 21 | use Elementor\Modules\Promotions\Widgets\Atomic_Form_Widget_Promotion; |
| 23 | 22 | use Elementor\Modules\Promotions\Widgets\Collection_Loop_Widget_Promotion; |
| 24 | 23 | use Elementor\Widgets_Manager; |
| 25 | 24 | use Elementor\Utils; |
| @@ -99,21 +98,9 @@ | ||
| 99 | 98 | |
| 100 | 99 | add_action( 'elementor/editor/before_enqueue_scripts', [ $this, 'enqueue_react_data' ] ); |
| 101 | 100 | add_action( 'elementor/editor/before_enqueue_scripts', [ $this, 'enqueue_editor_v4_alphachip' ] ); |
| 102 | 101 | |
| 103 | - // Add Ally promo | |
| 104 | - Ally_Dashboard_Widget::init(); | |
| 105 | - | |
| 106 | 102 | $this->register_atomic_promotions(); |
| 107 | - } | |
| 108 | - | |
| 109 | - /** | |
| 110 | - * Get Ally Scanner URL | |
| 111 | - * | |
| 112 | - * @return string | |
| 113 | - */ | |
| 114 | - public static function get_ally_external_scanner_url(): string { | |
| 115 | - return apply_filters( 'elementor/ally_external_scanner_url', 'https://go.elementor.com/acc-checker-dashboard-plg' ); | |
| 116 | 103 | } |
| 117 | 104 | |
| 118 | 105 | private function handle_external_redirects() { |
| 119 | 106 | $page = filter_input( INPUT_GET, 'page', FILTER_SANITIZE_FULL_SPECIAL_CHARS ); |