• I’m using formatter to show a table with some results, is there any function to insert a line break or a division in each row of the table?

    My code:

    $queries = new WP_CLI\Formatter($assoc_args, ['Query', 'Time', 'Entries', 'Component']);
    $queries->display_items($data['queries'], true);

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP CLI Formatter, blank line after each result’ is closed to new replies.