编辑:debug.cls.php
<?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 ); } }
保存文件
位置:
home
/
fembzvrs
/
zimeza.com
/
wp-content
/
plugins
/
litespeed-cache
/
cli
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
crawler.cls.php
-rw-r--r--
5.85 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名
debug.cls.php
-rw-r--r--
718 B
2026-04-01 20:54
编辑
下载
权限
删除
重命名
image.cls.php
-rw-r--r--
3.68 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名
online.cls.php
-rw-r--r--
9 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名
option.cls.php
-rw-r--r--
10.11 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名
presets.cls.php
-rw-r--r--
1.83 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名
purge.cls.php
-rw-r--r--
7.06 KB
2026-04-01 20:54
编辑
下载
权限
删除
重命名