WP_MS_Sites_List_Table::pagination( string $which )


Parameters

$which string Required
The location of the pagination nav markup: 'top' or 'bottom'.

Top ↑

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 );
	}
}


Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.