apply_filters( 'bp_groups_render_group_block_output', string $output , BP_Groups_Group $group , array $params )
Filter here to edit the output of the single group block.
Parameters Parameters
- $output
-
(string) The HTML output of the block.
- $group
-
(BP_Groups_Group) The group object.
- $params
-
(array) The block extended parameters.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |