at path:
ROOT
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
menu
/
main.php
run:
R
W
Run
interfaces
DIR
2026-04-14 05:34:13
R
W
Run
admin-menu-manager.php
2.74 KB
2026-04-14 05:34:13
R
W
Run
Delete
Rename
base.php
2.03 KB
2026-04-14 05:34:13
R
W
Run
Delete
Rename
main.php
405 By
2026-04-14 05:34:13
R
W
Run
Delete
Rename
error_log
up
📄
main.php
Save
<?php namespace Elementor\Core\Admin\Menu; if ( ! defined( 'ABSPATH' ) ) { exit; } class Main extends Base { protected function get_init_args() { return [ 'page_title' => esc_html__( 'Elementor', 'elementor' ), 'menu_title' => esc_html__( 'Elementor', 'elementor' ), 'capability' => 'manage_options', 'menu_slug' => 'elementor', 'function' => null, 'position' => 58.5, ]; } }