WP_MS_Themes_List_Table::display_rows() In this article Table of ContentsSource Related ↑ Back to top Source public function display_rows() { foreach ( $this->items as $theme ) { $this->single_row( $theme ); } } View all references View on Trac View on GitHub Related UsesDescriptionWP_MS_Themes_List_Table::single_row()wp-admin/includes/class-wp-ms-themes-list-table.php User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.