/var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/modules/wp-cli
NameSizeModeActions
cli-logger.php5990644editdlrm
command.php47040644editdlrm
library.php69720644editdlrm
module.php13220644editdlrm
update.php26050644editdlrm
Edit: /var/www/wp2.qr4y.com/www/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php (599B)
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 ); } }