WP_MS_Themes_List_Table::display_rows()

In this article

Generates the list table rows.

Source

public function display_rows() {
	foreach ( $this->items as $theme ) {
		$this->single_row( $theme );
	}
}

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.