Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > image-optimization > modules > oauth > rest
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 |
---|---|---|---|---|
activate.php | File | 1570 bytes | February 06 2024 19:05:42. | |
connect-init.php | File | 1133 bytes | February 06 2024 19:05:42. | |
deactivate.php | File | 1439 bytes | July 08 2024 15:44:26. | |
disconnect.php | File | 937 bytes | July 08 2024 15:44:26. | |
get-subscriptions.php | File | 1167 bytes | February 06 2024 19:05:42. | |
version.php | File | 621 bytes | June 26 2024 17:37:14. |
<?php namespace ImageOptimization\Modules\Oauth\Rest; use ImageOptimization\Modules\Oauth\{ Classes\Route_Base, Components\Connect, }; use Throwable; use WP_REST_Request; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Version extends Route_Base { const NONCE_NAME = 'image-optimization-version'; protected string $path = 'version'; public function get_name(): string { return 'version'; } public function get_methods(): array { return [ 'GET' ]; } public function GET( WP_REST_Request $request ) { return $this->respond_success_json( [ 'version' => 1, ] ); } }
SILENT KILLER Tool