┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/modules/element-manager
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: admin-menu-app.php
<?php namespace Elementor\Modules\ElementManager; use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_With_Page; use Elementor\Settings; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Admin_Menu_App implements Admin_Menu_Item_With_Page { public function is_visible() { return true; } public function get_parent_slug() { return Settings::PAGE_ID; } public function get_label() { return esc_html__( 'Element Manager', 'elementor' ); } public function get_page_title() { return esc_html__( 'Element Manager', 'elementor' ); } public function get_capability() { return 'manage_options'; } public function render() { echo '<div class="wrap">'; echo '<h3 class="wp-heading-inline">' . esc_html__( 'Element Manager', 'elementor' ) . '</h3>'; echo '<div id="elementor-element-manager-wrap"></div>'; echo '</div>'; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 admin-menu-items/
DIR
—
2026-05-05 06:08
📄 admin-menu-app.php
PHP
884 B
2026-05-05 06:08
EDIT
📄 ajax.php
PHP
5.7 KB
2026-05-05 06:08
EDIT
📄 module.php
PHP
3 KB
2026-05-05 06:08
EDIT
📄 options.php
PHP
532 B
2026-05-05 06:08
EDIT