BP_Groups_List_Table::get_bulk_actions()
Get bulk actions for single group row.
Description
Return
(array) Key/value pairs for the bulk actions dropdown.
Source
File: bp-groups/classes/class-bp-groups-list-table.php
public function get_bulk_actions() {
/**
* Filters the list of bulk actions to display on a single group row.
*
* @since BuddyPress 1.7.0
*
* @param array $value Array of bulk actions to display.
*/
return apply_filters( 'bp_groups_list_table_get_bulk_actions', array(
'delete' => __( 'Delete', 'buddyboss' )
) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.7.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.