W3cubDocs

/WordPress

WP_MS_Users_List_Table::pagination( string $which )

Parameters

$which

(string) (Required)

Source

File: wp-admin/includes/class-wp-ms-users-list-table.php

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

		parent::pagination( $which );

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

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