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.


Parameters Parameters

$value

(bool) Whether or not there are groups to iterate over.

$groups_template

(BP_Groups_Template) BP_Groups_Template object based on parsed arguments.

$r

(array) Array of parsed arguments for the query.


Source Source

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

View on Trac



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.