WP_List_Table::extra_tablenav() WordPress Method
The WP_List_Table::extra_tablenav() method is used to display extra table navigation controls at the top or bottom of a list table. These controls can be used to paginate or filter the list table data.
WP_List_Table::extra_tablenav( string $which ) #
Extra controls to be displayed between bulk actions and pagination.
Parameters
- $which
(string)(Required)
Source
File: wp-admin/includes/class-wp-list-table.php
protected function extra_tablenav( $which ) {}
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |