📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 16:16:46
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
editor-one-menu
/
interfaces
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces
🔄 Refresh
✏️
Editing: menu-item-interface.php
Writable
<?php namespace Elementor\Core\Admin\EditorOneMenu\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; } interface Menu_Item_Interface { public function get_capability(): string; public function get_label(): string; public function get_parent_slug(): string; public function is_visible(): bool; public function get_position(): int; public function get_slug(): string; public function get_group_id(): string; }
💾 Save Changes
❌ Cancel