← All changes
|
modules/promotions/admin-menu-items/editor-one-submissions-menu.php
+2
-2
4.1.0-dev3
→
4.3.2
View file →
| @@ -11,9 +11,9 @@ | ||
| 11 | 11 | |
| 12 | 12 | class Editor_One_Submissions_Menu extends Base_Promotion_Template implements Menu_Item_Third_Level_Interface { |
| 13 | 13 | |
| 14 | 14 | public function get_position(): int { |
| 15 | - return 50; | |
| 15 | + return 70; | |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function get_slug(): string { |
| 19 | 19 | return 'e-form-submissions'; |
| @@ -19,9 +19,9 @@ | ||
| 19 | 19 | return 'e-form-submissions'; |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | public function get_parent_slug(): string { |
| 23 | - return Menu_Config::ELEMENTOR_MENU_SLUG; | |
| 23 | + return Menu_Config::ELEMENTOR_HOME_MENU_SLUG; | |
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function get_label(): string { |
| 27 | 27 | return esc_html__( 'Submissions', 'elementor' ); |