| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Groups group members loop template class.
| File Size: | 285 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Groups_Group_Members_Template:: (6 methods):
__construct()
has_members()
next_member()
rewind_members()
members()
the_member()
Class: BP_Groups_Group_Members_Template - X-Ref
Group Members Loop template class.| __construct( $args = array() X-Ref |
| Constructor. since: 1.5.0 param: array $args { |
| has_members() X-Ref |
| Whether or not there are members to display. return: bool since: 1.0.0 |
| next_member() X-Ref |
| Increments to the next member to display. return: object since: 1.0.0 |
| rewind_members() X-Ref |
| Rewinds to the first member to display. since: 1.0.0 |
| members() X-Ref |
| Finishes up the members for display. return: bool since: 1.0.0 |
| the_member() X-Ref |
| Sets up the member to display. since: 1.0.0 |
| Generated: Thu Nov 6 01:00:59 2025 | Cross-referenced by PHPXref 0.7.1 |