handbook/internal-api/wp-cli-line.md
github-actions[bot] c22aa665e6 Regenerate handbook
2025-12-17 18:56:32 +00: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 (void)

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.