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.


Description Description


Parameters Parameters

$output

The HTML output of the block.

$block_args

The block arguments.

$groups

The list of BP_Groups_Group objects.


Top ↑

Source Source

File: bp-groups/bp-groups-blocks.php


Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.