BP_Groups_List_Table::extra_tablenav( string $which )
Extra controls to be displayed between bulk actions and pagination
Description Description
Parameters Parameters
- $which
-
(Required)
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
protected function extra_tablenav( $which ) { /** * Fires just after the bulk action controls in the WP Admin groups list table. * * @since 2.7.0 * * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. */ do_action( 'bp_groups_list_table_after_bulk_actions', $which ); }
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |