W3cubDocs

/WordPress

WP_MS_Sites_List_Table::pagination( string $which )

Parameters

$whichstringrequired
The location of the pagination nav markup: Either 'top' or 'bottom'.

Source

protected function pagination( $which ) {
	global $mode;

	parent::pagination( $which );

	if ( 'top' === $which ) {
		$this->view_switcher( $mode );
	}
}

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ms_sites_list_table/pagination