Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > plugins > elementor > modules > > wp-cli
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
cli-logger.php | File | 599 bytes | March 17 2025 17:28:54. | |
command.php | File | 4704 bytes | March 17 2025 17:28:54. | |
library.php | File | 6972 bytes | March 17 2025 17:28:54. | |
module.php | File | 1322 bytes | March 17 2025 17:28:54. | |
update.php | File | 2605 bytes | March 17 2025 17:28:54. |
<?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