Submit
Path:
~
/
home
/
getwphos
/
www
/
radkingpanels
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
editor-one-menu
/
interfaces
/
File Content:
menu-item-interface.php
<?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; }
Submit
FILE
FOLDER
Name
Size
Permission
Action
menu-item-interface.php
426 bytes
0644
menu-item-third-level-interface.php
259 bytes
0644
menu-item-with-custom-url-interface.php
199 bytes
0644
N4ST4R_ID | Naxtarrr