┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/themes/hello-elementor/modules/admin-home
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: module.php
<?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', 'Finder', ]; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 components/
DIR
—
2026-05-04 07:22
📁 rest/
DIR
—
2026-05-04 07:22
📄 module.php
PHP
662 B
2026-05-04 07:22
EDIT