WP_MS_Themes_List_Table::display_rows()
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() WP MS Themes List Table::display rows code WP 6.6.2
public function display_rows() { foreach ( $this->items as $theme ) { $this->single_row( $theme ); } }