Submit
Path:
~
/
home
/
getwphos
/
public_html
/
bubrupamjcb.com
/
wp-content
/
plugins
/
litespeed-cache
/
cli
/
File Content:
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); } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
crawler.cls.php
4956 bytes
0644
debug.cls.php
548 bytes
0644
image.cls.php
3356 bytes
0644
online.cls.php
3269 bytes
0644
option.cls.php
8812 bytes
0644
presets.cls.php
1456 bytes
0644
purge.cls.php
6820 bytes
0644
N4ST4R_ID | Naxtarrr