| @@ -16,9 +16,8 @@ | ||
| 16 | 16 | use Elementor\Modules\Promotions\Pointers\Birthday; |
| 17 | 17 | use Elementor\Modules\Promotions\Pointers\Black_Friday; |
| 18 | 18 | use Elementor\Modules\Promotions\PropTypes\Promotion_Prop_Type; |
| 19 | 19 | use Elementor\Modules\Promotions\Widgets\Ally_Dashboard_Widget; |
| 20 | -use Elementor\Modules\Promotions\Widgets\Atomic_Form_Widget_Promotion; | |
| 21 | 20 | use Elementor\Widgets_Manager; |
| 22 | 21 | use Elementor\Utils; |
| 23 | 22 | use Elementor\Includes\EditorAssetsAPI; |
| 24 | 23 | use Elementor\Plugin; |
| @@ -93,9 +92,9 @@ | ||
| 93 | 92 | * |
| 94 | 93 | * @return string |
| 95 | 94 | */ |
| 96 | 95 | public static function get_ally_external_scanner_url(): string { |
| 97 | - return apply_filters( 'elementor/ally_external_scanner_url', 'https://go.elementor.com/acc-checker-dashboard-plg' ); | |
| 96 | + return apply_filters( 'elementor/ally_external_scanner_url', 'https://elementor.com/tools/ally-accessibility-checker/scanner' ); | |
| 98 | 97 | } |
| 99 | 98 | |
| 100 | 99 | private function handle_external_redirects() { |
| 101 | 100 | $page = filter_input( INPUT_GET, 'page', FILTER_SANITIZE_FULL_SPECIAL_CHARS ); |
| @@ -245,10 +244,8 @@ | ||
| 245 | 244 | 2 |
| 246 | 245 | ); |
| 247 | 246 | } |
| 248 | 247 | } ); |
| 249 | - | |
| 250 | - ( new Atomic_Form_Widget_Promotion() )->register(); | |
| 251 | 248 | } |
| 252 | 249 | |
| 253 | 250 | public function inject_atomic_promotion_props( array $schema ): array { |
| 254 | 251 | foreach ( $this->get_atomic_promotion_configs() as $config ) { |