Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > elementor > modules > > > apps
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
admin-apps-page.php | File | 6582 bytes | March 17 2025 17:28:54. | |
admin-menu-apps.php | File | 686 bytes | March 06 2024 16:33:20. | |
admin-pointer.php | File | 1968 bytes | March 06 2024 16:33:20. | |
module.php | File | 3910 bytes | March 06 2024 16:33:20. |
<?php namespace Elementor\Modules\Apps; use Elementor\Core\Admin\Menu\Interfaces\Admin_Menu_Item_With_Page; use Elementor\Settings; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Admin_Menu_Apps implements Admin_Menu_Item_With_Page { public function is_visible() { return true; } public function get_parent_slug() { return Settings::PAGE_ID; } public function get_label() { return esc_html__( 'Add-ons', 'elementor' ); } public function get_page_title() { return esc_html__( 'Add-ons', 'elementor' ); } public function get_capability() { return 'manage_options'; } public function render() { Admin_Apps_Page::render(); } }
SILENT KILLER Tool