WP_List_Table::extra_tablenavprotectedWP 3.1.0

Displays extra controls between bulk actions and pagination.

Method of the class: WP_List_Table{}

No Hooks.

Returns

null. Nothing (null).

Usage

// protected - for code of main (parent) or child class
$result = $this->extra_tablenav( $which );
$which(string) (required)
.

Changelog

Since 3.1.0 Introduced.

WP_List_Table::extra_tablenav() code WP 6.9.1

protected function extra_tablenav( $which ) {}