🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 10:30:58 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
menu
📍 /home/eliteewa/public_html/wp-content/plugins/elementor/core/admin/menu
🔄 Refresh
✏️
Editing: main.php
Writable
<?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, ]; } }
💾 Save Changes
❌ Cancel