BP_Core_Members_Template::has_members()
Whether there are members available in the loop.
Description
See also
Return
(bool) True if there are items in the loop, otherwise false.
Source
File: bp-members/classes/class-bp-core-members-template.php
function has_members() { if ( $this->member_count ) return true; return false; }
Changelog
Version | Description |
---|---|
BuddyPress 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.