| @@ -39,8 +39,17 @@ | ||
| 39 | 39 | |
| 40 | 40 | return apply_filters( 'elementor/editor-one/menu/excluded_level3_slugs', $default_slugs ); |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | + public static function get_excluded_flyout_menu_level3_slugs(): array { | |
| 44 | + $default_slugs = [ | |
| 45 | + 'e-form-submissions', | |
| 46 | + ]; | |
| 47 | + | |
| 48 | + return apply_filters( 'elementor/editor-one/menu/excluded_flyout_menu_level3_slugs', $default_slugs ); | |
| 49 | + } | |
| 50 | + | |
| 51 | + | |
| 43 | 52 | public static function get_legacy_slug_mapping(): array { |
| 44 | 53 | $default_mapping = [ |
| 45 | 54 | self::LEGACY_TEMPLATES_SLUG => self::TEMPLATES_GROUP_ID, |
| 46 | 55 | ]; |