do_action( 'bp_groups_list_table_after_bulk_actions', string $which )
Fires just after the bulk action controls in the WP Admin groups list table.
Description Description
Parameters Parameters
- $which
-
The location of the extra table nav markup: 'top' or 'bottom'.
Source Source
File: bp-groups/classes/class-bp-groups-list-table.php
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |