WP_MS_Users_List_Table::pagination() –

You appear to be a bot. Output may be restricted

Description

Usage

WP_MS_Users_List_Table::pagination( $which );

Parameters

$which
( string ) required

Returns

void

Source

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

1 to 9 of 9
  protected function pagination( $which ) {
    global $mode;

    parent::pagination( $which );

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

 View on GitHub View on Trac