File ManagerCurrent Directory: wp-content/plugins/elementor/app/modules/kit-libraryLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: kit-library-menu-item.php <?php namespace Elementor\App\Modules\KitLibrary; use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item; use Elementor\TemplateLibrary\Source_Local; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Kit_Library_Menu_Item implements Admin_Menu_Item { public function is_visible() { return true; } public function get_parent_slug() { return Source_Local::ADMIN_MENU_SLUG; } public function get_label() { return esc_html__( 'Kit Library', 'elementor' ); } public function get_capability() { return 'manage_options'; } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirconnectDirectory Rename | DeletedataDirectory Rename | Deletekit-library-menu-item.phpFile570.00 B Rename | Delete | Editmodule.phpFile3.58 KB Rename | Delete | Edit