/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
menu
/
/home/techb158/public_html/wp-content/plugins/elementor/core/admin/menu
mkdir
upload
Name
Size
Mode
Actions
interfaces/
-
0755
rm
admin-menu-manager.php
2808
0666
edit
dl
rm
base.php
2076
0666
edit
dl
rm
main.php
405
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/elementor/core/admin/menu/main.php
(405B)
<?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
cmd:
run