WP_MS_Users_List_Table::pagination( string $which )

In this article

Parameters

$whichstringrequired

Source

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

	parent::pagination( $which );

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

User Contributed Notes

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