PHP 8.0.30
Preview: module.php Size: 662 B
/home/certprox/test.certproxywizard.com/wp-content/themes/hello-elementor/modules/admin-home/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',
		];
	}
}

Directory Contents

Dirs: 2 × Files: 1

Name Size Perms Modified Actions
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
rest DIR
- drwxr-xr-x 2026-01-11 22:23:24
Edit Download
662 B lrw-r--r-- 2026-03-01 08:58:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).