Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > image-optimization > modules > > backups
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 | 648 bytes | February 06 2024 19:05:42. |
<?php namespace ImageOptimization\Modules\Backups; use ImageOptimization\Classes\Module_Base; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Module extends Module_Base { public function get_name(): string { return 'backups'; } public static function routes_list() : array { return [ 'Remove_Backups', 'Restore_Single', 'Restore_All', ]; } public static function component_list() : array { return [ 'Handle_Backups_Removing', 'Restore_Images', ]; } /** * Module constructor. */ public function __construct() { $this->register_components(); $this->register_routes(); } }
SILENT KILLER Tool