WP_List_Table::display_rows() – Generate the table rows
You appear to be a bot. Output may be restricted
Description
Generates the table rows.
Usage
WP_List_Table::display_rows();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/class-wp-list-table.php
Lines:
1 to 5 of 5
public function display_rows() { foreach ( $this->items as $item ) { $this->WP_List_Table::single_row( $item ); } }