PHP 8.2.30
Preview: debug.cls.php Size: 718 B
/home/byroehnu/kingslandgroupofschools.com.ng/wp-content/plugins/litespeed-cache/cli/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 );
	}
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
5.85 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
4.96 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
718 B lrw-r--r-- 2026-03-27 13:27:27
Edit Download
3.68 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
9.00 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
10.11 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
1.83 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download
7.06 KB lrw-r--r-- 2026-03-27 13:27:27
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).