| @@ -95,8 +95,12 @@ | ||
| 95 | 95 | 'e-form-submissions' => [ |
| 96 | 96 | 'position' => 70, |
| 97 | 97 | 'icon' => 'send', |
| 98 | 98 | ], |
| 99 | + 'elementor-mcp' => [ | |
| 100 | + 'position' => 25, | |
| 101 | + 'icon' => 'extension', | |
| 102 | + ], | |
| 99 | 103 | ]; |
| 100 | 104 | |
| 101 | 105 | return apply_filters( 'elementor/editor-one/menu/position_mapping', $default_mapping ); |
| 102 | 106 | } |