Syntax Syntax
Parameters Parameters
- $which
-
(Required) The location of the pagination nav markup: 'top' or 'bottom'.
Source Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php
global $mode; parent::pagination( $which ); if ( 'top' === $which ) { $this->view_switcher( $mode ); } }