apply_filters( 'bp_nouveau_get_groups_buttons', array $buttons , int $group , string $type )
Filter to add your buttons, use the position argument to choose where to insert it.
Parameters Parameters
- $buttons
-
(array) The list of buttons.
- $group
-
(int) The current group object.
- $type
-
(string) Whether we're displaying a groups loop or a groups single item.
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |