You appear to be a bot. Output may be restricted
Description
Generates content for a single row of the table
Usage
BW_List_Table::single_row( $item );
Parameters
- $item
- ( object ) required – The current item
Returns
voidSource
File name: oik/admin/class-bw-list-table.phpLines:
1 to 5 of 5
public function single_row( $item ) { echo '<tr>'; $this->single_row_columns( $item ); echo '</tr>'; }View on GitHub View on Trac