Title: WP_List_Table::extra_tablenav
Published: April 25, 2014
Last modified: May 20, 2026

---

# WP_List_Table::extra_tablenav( string $which )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#wp--skip-link--target)

Displays extra controls between bulk actions and pagination.

## 󠀁[Parameters](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#parameters)󠁿

 `$which`stringrequired

The location: `'top'` or `'bottom'`.

## 󠀁[Source](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#source)󠁿

    ```php
    protected function extra_tablenav( $which ) {}
    ```

[View all references](https://developer.wordpress.org/reference/files/wp-admin/includes/class-wp-list-table.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-admin/includes/class-wp-list-table.php#L1697)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-admin/includes/class-wp-list-table.php#L1697-L1697)

## 󠀁[Related](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#related)󠁿

| Used by | Description | 
| [WP_List_Table::display_tablenav()](https://developer.wordpress.org/reference/classes/wp_list_table/display_tablenav/)`wp-admin/includes/class-wp-list-table.php` |

Generates the table navigation above or below the table

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/classes/wp_list_table/extra_tablenav/?output_format=md#changelog)󠁿

| Version | Description | 
| [3.1.0](https://developer.wordpress.org/reference/since/3.1.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fclasses%2Fwp_list_table%2Fextra_tablenav%2F)
before being able to contribute a note or feedback.