Generates the list table rows.
public function display_rows() {
foreach ( $this->items as $theme ) {
$this->single_row( $theme );
}
}
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ms_themes_list_table/display_rows