WP_MS_Themes_List_Table::display_rows()publicWP 1.0

Method of the class: WP_MS_Themes_List_Table{}

No Hooks.

Return

null. Nothing (null).

Usage

$WP_MS_Themes_List_Table = new WP_MS_Themes_List_Table();
$WP_MS_Themes_List_Table->display_rows();

WP_MS_Themes_List_Table::display_rows() code WP 6.5.2

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