apply_filters( 'bp_has_profile', bool $has_groups, string $profile_template, array $r )

Filters whether or not a group has a profile to display.


Description Description


Parameters Parameters

$has_groups

Whether or not there are group profiles to display.

$profile_template

Current profile template being used.

$r

Array of arguments passed into the BP_XProfile_Data_Template class.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Added the $r parameter.
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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