| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Groups membership request template loop class.
| File Size: | 260 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
BP_Groups_Membership_Requests_Template:: (6 methods):
__construct()
has_requests()
next_request()
rewind_requests()
requests()
the_request()
Class: BP_Groups_Membership_Requests_Template - X-Ref
Membership request template loop class.| __construct( $args = array() X-Ref |
| Constructor method. since: 1.5.0 param: array $args { |
| has_requests() X-Ref |
| Whether or not there are requests to show. since: 1.0.0 return: bool |
| next_request() X-Ref |
| Moves up to the next request. since: 1.0.0 return: object |
| rewind_requests() X-Ref |
| Rewinds the requests to the first in the list. since: 1.0.0 |
| requests() X-Ref |
| Finishes up the requests to display. since: 1.0.0 return: bool |
| the_request() X-Ref |
| Sets up the request to display. since: 1.0.0 |
| Generated: Mon Nov 3 01:00:54 2025 | Cross-referenced by PHPXref 0.7.1 |