File "menu-item-third-level-interface.php"
Full Path: /home/rafihcto/work5.rafiul.website/wp-content/plugins/elementor/core/admin/editor-one-menu/interfaces/menu-item-third-level-interface.php
File size: 259 bytes
MIME-type: text/x-php
Charset: utf-8
<?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;
}