WP_List_Table::extra_tablenav()
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() WP List Table::extra tablenav code WP 6.6.2
protected function extra_tablenav( $which ) {}