handbook/internal-api/wp-cli-line.md
2021-05-14 13:24:24 +01:00

2.5 KiB

WP_CLI::line()

Display informational message without prefix, and ignore --quiet.


Usage

WP_CLI::line( $message = '' )
$message (string) Message to display to the end user.
@return (null)

Notes

Message is written to STDOUT. WP_CLI::log() is typically recommended; WP_CLI::line() is included for historical compat.

Internal API documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.