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)


Top ↑

Source

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

	protected function extra_tablenav( $which ) {}


Top ↑

Changelog

Changelog
VersionDescription
3.1.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.