Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > image-optimization > modules > whats-new >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
classes | Directory | - | - | |
components | Directory | - | - | |
rest | Directory | - | - | |
module.php | File | 580 bytes | April 10 2025 14:45:10. |
<?php namespace ImageOptimization\Modules\WhatsNew; use ImageOptimization\Classes\Module_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Module extends Module_Base { public function get_name(): string { return 'whats-new'; } public static function component_list(): array { return [ 'Notificator', ]; } public static function routes_list() : array { return [ 'Get_Notifications', ]; } /** * Module constructor. */ public function __construct() { $this->register_routes(); $this->register_components(); } }
SILENT KILLER Tool