defined('WPINC') || exit();
public function __construct()
Debug2::debug('CLI_Debug init');
$this->__report = Report::cls();
* # Send env report to LiteSpeed
* $ wp litespeed-debug send
$num = $this->__report->post_env();
WP_CLI::success('Report Number = ' . $num);