??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/rosestpetronal.nl/wp-content/plugins/litespeed-cache/cli/debug.cls.php
⬅ Kembali
<?php
/**
* Debug API CLI for LiteSpeed integration.
*
* @package LiteSpeed\CLI
*/
namespace LiteSpeed\CLI;
defined( 'WPINC' ) || exit();
use LiteSpeed\Debug2;
use LiteSpeed\Report;
use WP_CLI;
/**
* Debug API CLI
*/
class Debug {
/**
* Report instance.
*
* @var Report
*/
private $report;
/**
* Constructor for Debug CLI.
*/
public function __construct() {
Debug2::debug( 'CLI_Debug init' );
$this->report = Report::cls();
}
/**
* Send report
*
* ## OPTIONS
*
* ## EXAMPLES
*
* # Send env report to LiteSpeed
* $ wp litespeed-debug send
*/
public function send() {
$num = $this->report->post_env();
WP_CLI::success( 'Report Number = ' . $num );
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 crawler.cls.php
php
5.9 KB
2026-04-01 20:54
🐘 database.cls.php
php
5 KB
2026-04-01 20:54
🐘 debug.cls.php
php
718 B
2026-04-01 20:54
🐘 image.cls.php
php
3.7 KB
2026-04-01 20:54
🐘 online.cls.php
php
9 KB
2026-04-01 20:54
🐘 option.cls.php
php
10.1 KB
2026-04-01 20:54
🐘 presets.cls.php
php
1.8 KB
2026-04-01 20:54
🐘 purge.cls.php
php
7.1 KB
2026-04-01 20:54