/home/sitetest/makie/homedir/public_html/wp-content/plugins/litespeed-cache/cli
NameSizeModeActions
crawler.cls.php59940644editdlrm
database.cls.php50750644editdlrm
debug.cls.php7180644editdlrm
image.cls.php37720644editdlrm
online.cls.php87130644editdlrm
option.cls.php103000644editdlrm
presets.cls.php18700644editdlrm
purge.cls.php72340644editdlrm
Edit: /home/sitetest/makie/homedir/public_html/wp-content/plugins/litespeed-cache/cli/debug.cls.php (718B)
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 ); } }