apply_filters( 'bp_has_groups', bool $value, BP_Groups_Template $groups_template, array $r )

Filters whether or not there are groups to iterate over for the groups loop.


Description Description


Parameters Parameters

$value

Whether or not there are groups to iterate over.

$groups_template

BP_Groups_Template object based on parsed arguments.

$r

Array of parsed arguments for the query.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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