apply_filters( 'bp_has_members', bool $value, array $members_template, array $r )

Filters whether or not BuddyPress has members to iterate over.


Description Description


Parameters Parameters

$value

Whether or not there are members to iterate over.

$members_template

Populated $members_template global.

$r

Array of arguments passed into the BP_Core_Members_Template class.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

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

Top ↑

User Contributed Notes User Contributed Notes

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