/var/www/leolaart.com/www/wp-content/plugins/elementor/modules/wp-cli
NameSizeModeActions
cli-logger.php6200666editdlrm
command.php47030666editdlrm
library.php69710666editdlrm
module.php13210666editdlrm
update.php26040666editdlrm
Edit: /var/www/leolaart.com/www/wp-content/plugins/elementor/modules/wp-cli/cli-logger.php (620B)
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 ); } }