apply_filters( 'bp_groups_render_groups_block_output', string $output , array $block_args , array $groups )
Filter here to edit the output of the groups block.
Parameters Parameters
- $output
-
(string) The HTML output of the block.
- $block_args
-
(array) The block arguments.
- $groups
-
(array) The list of BP_Groups_Group objects.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |