PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev2
Elementor Website Builder – more than just a page builder v4.0.0-dev2
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 +1 -4 4.0.94.0.0-dev2 View file →
@@ -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 ) {