🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:08:36 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test1.therahuldas.com
/
wp-content
/
themes
/
hello-elementor
/
modules
/
admin-home
📍 /home/therahul/test1.therahuldas.com/wp-content/themes/hello-elementor/modules/admin-home
🔄 Refresh
✏️
Editing: module.php
Writable
<?php namespace HelloTheme\Modules\AdminHome; use HelloTheme\Includes\Module_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * class Module * * @package HelloPlus * @subpackage HelloPlusModules */ class Module extends Module_Base { /** * @inheritDoc */ public static function get_name(): string { return 'admin-home'; } /** * @inheritDoc */ protected function get_component_ids(): array { return [ 'Admin_Menu_Controller', 'Scripts_Controller', 'Api_Controller', 'Ajax_Handler', 'Conversion_Banner', 'Admin_Top_Bar', 'Settings_Controller', 'Notificator', ]; } }
💾 Save Changes
❌ Cancel