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

Filters whether or not BuddyPress has members to iterate over.


Parameters Parameters

$value

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

$members_template

(array) Populated $members_template global.

$r

(array) Array of arguments passed into the BP_Core_Members_Template class.


Source Source

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

View on Trac



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.