SILENT KILLERPanel

Current Path: > home > transcarter > > www > > wp-content > > > > plugins > elementor > modules > wp-cli >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www//wp-content////plugins/elementor/modules/wp-cli/

NameTypeSizeLast ModifiedActions
cli-logger.php File 599 bytes July 17 2025 21:06:23.
command.php File 4704 bytes July 17 2025 21:06:23.
library.php File 6972 bytes July 17 2025 21:06:23.
module.php File 1322 bytes July 17 2025 21:06:23.
update.php File 2605 bytes July 17 2025 21:06:23.

Reading File: /home/transcarter//www//wp-content////plugins/elementor/modules/wp-cli//cli-logger.php

<?php
namespace Elementor\Modules\WpCli;

use Elementor\Core\Logger\Loggers\Db;
use Elementor\Core\Logger\Items\Log_Item_Interface;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

class Cli_Logger extends Db {

	public function save_log( Log_Item_Interface $item ) {
		$message = $item->format( 'raw' );
		switch ( $item->type ) {
			case self::LEVEL_WARNING:
				\WP_CLI::warning( $message );
				break;
			case self::LEVEL_ERROR:
				\WP_CLI::error( $message, false );
				break;
			default:
				\WP_CLI::log( $message );
				break;
		}

		parent::save_log( $item );
	}
}

SILENT KILLER Tool