/
home
/
vianto5
/
distritosatelite.mx
/
wp-content
/
themes
/
hello-elementor
/
modules
/
admin-home
/
/home/vianto5/distritosatelite.mx/wp-content/themes/hello-elementor/modules/admin-home
mkdir
upload
Name
Size
Mode
Actions
components/
-
0755
rm
rest/
-
0755
rm
module.php
637
0644
edit
dl
rm
Edit:
/home/vianto5/distritosatelite.mx/wp-content/themes/hello-elementor/modules/admin-home/module.php
(637B)
<?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', 'Api_Controller', 'Ajax_Handler', 'Conversion_Banner', 'Admin_Top_Bar', 'Settings_Controller', 'Notificator', 'Finder', ]; } }
Save
cmd:
run