PATH:
home
/
lab2454c
/
argowells.com
/
wp-content
/
plugins
/
elementor
/
core
/
admin
/
editor-one-menu
/
interfaces
<?php namespace Elementor\Core\Admin\EditorOneMenu\Interfaces; if ( ! defined( 'ABSPATH' ) ) { exit; } interface Menu_Item_Third_Level_Interface extends Menu_Item_Interface { public function get_icon(): string; public function has_children(): bool; }
[-] menu-item-third-level-interface.php
[edit]
[-] menu-item-with-custom-url-interface.php
[edit]
[+]
..
[-] menu-item-interface.php
[edit]