/home/techb158/public_html/wp-content/plugins/elementor/modules/wp-cli
NameSizeModeActions
cli-logger.php5990666editdlrm
command.php47040666editdlrm
library.php69720666editdlrm
module.php13220666editdlrm
update.php26050666editdlrm
Edit: /home/techb158/public_html/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 ); } }