On this page
WP_MS_Sites_List_Table::pagination( string $which )
Parameters
$whichstring Required-
The location of the pagination nav markup:
'top'or'bottom'.
Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php. View all references
protected function pagination( $which ) {
global $mode;
parent::pagination( $which );
if ( 'top' === $which ) {
$this->view_switcher( $mode );
}
}
Related
Uses
| Uses | Description |
|---|---|
| WP_List_Table::pagination() wp-admin/includes/class-wp-list-table.php | Displays the pagination. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ms_sites_list_table/pagination