$name) { $formatted[] = [ 'Name' => $name, 'Status' => $status, ]; } WP_CLI\Utils\format_items( 'table', $formatted, ['Name', 'Status'] ); } }