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