| @@ -47,8 +47,12 @@ | ||
| 47 | 47 | |
| 48 | 48 | return apply_filters( 'elementor/editor-one/menu/legacy_slug_mapping', $default_mapping ); |
| 49 | 49 | } |
| 50 | 50 | |
| 51 | + public static function is_elementor_home_menu_available(): bool { | |
| 52 | + return class_exists( '\ElementorOne\Loader' ); | |
| 53 | + } | |
| 54 | + | |
| 51 | 55 | public static function get_legacy_pro_mapping(): array { |
| 52 | 56 | $default_mapping = [ |
| 53 | 57 | 'elementor-license' => [ 'group' => self::SYSTEM_GROUP_ID ], |
| 54 | 58 | 'e-form-submissions' => [ 'group' => self::EDITOR_GROUP_ID ], |
| @@ -83,9 +87,9 @@ | ||
| 83 | 87 | |
| 84 | 88 | public static function get_attribute_mapping(): array { |
| 85 | 89 | $default_mapping = [ |
| 86 | 90 | 'e-form-submissions' => [ |
| 87 | - 'position' => 70, | |
| 91 | + 'position' => 50, | |
| 88 | 92 | 'icon' => 'send', |
| 89 | 93 | ], |
| 90 | 94 | ]; |
| 91 | 95 | |