BP_Core_Members_Template::has_members()
Whether there are members available in the loop.
Description Description
See also See also
Return Return
(bool) True if there are items in the loop, otherwise false.
Source Source
File: bp-members/classes/class-bp-core-members-template.php
function has_members() { if ( $this->member_count ) return true; return false; }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |