X7ROOT File Manager
Current Path:
/home/notabjze/malakiethegreat.com/wp-content/plugins/litespeed-cache/cli
home
/
notabjze
/
malakiethegreat.com
/
wp-content
/
plugins
/
litespeed-cache
/
cli
/
ðŸ“
..
📄
crawler.cls.php
(5.15 KB)
📄
debug.cls.php
(548 B)
📄
image.cls.php
(3.29 KB)
📄
online.cls.php
(6.81 KB)
📄
option.cls.php
(8.61 KB)
📄
presets.cls.php
(1.42 KB)
📄
purge.cls.php
(6.66 KB)
Editing: debug.cls.php
<?php namespace LiteSpeed\CLI; defined('WPINC') || exit(); use LiteSpeed\Debug2; use LiteSpeed\Report; use WP_CLI; /** * Debug API CLI */ class Debug { private $__report; 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); } }
Upload File
Create Folder