WP_List_Table::extra_tablenav()protectedWP 3.1.0

Displays extra controls between bulk actions and pagination.

Method of the class: WP_List_Table{}

No Hooks.

Return

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.5.2

protected function extra_tablenav( $which ) {}