WP_CLI::out
back-compat.
Method of the class: WP_CLI{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WP_CLI::out( $str );
- $str(required)
- .
WP_CLI::out() WP CLI::out code WP-CLI 2.13.0-alpha
public static function out( $str ) {
fwrite( STDOUT, $str );
}