[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress XProfile Template Loop Class.
File Size: | 413 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_XProfile_Data_Template:: (11 methods):
__construct()
has_groups()
next_group()
rewind_groups()
profile_groups()
the_profile_group()
next_field()
rewind_fields()
has_fields()
profile_fields()
the_profile_field()
Class: BP_XProfile_Data_Template - X-Ref
The main profile template loop class.__construct( $args = '' ) X-Ref |
Get activity items, as specified by parameters. param: array|string $args { since: 1.5.0 since: 2.4.0 Introduced `$member_type` argument. since: 8.0.0 Introduced `$hide_field_types` & `$signup_fields_only` arguments. |
has_groups() X-Ref |
Whether or not the loop has field groups. return: bool since: 1.0.0 |
next_group() X-Ref |
Increments to the next group of fields. return: object since: 1.0.0 |
rewind_groups() X-Ref |
Rewinds to the start of the groups list. since: 1.0.0 |
profile_groups() X-Ref |
Kicks off the profile groups. return: bool since: 1.0.0 |
the_profile_group() X-Ref |
Sets up the profile group. since: 1.0.0 |
next_field() X-Ref |
Increments to the next field. return: int since: 1.0.0 |
rewind_fields() X-Ref |
Rewinds to the start of the fields. since: 1.0.0 |
has_fields() X-Ref |
Whether or not the loop has fields. return: bool since: 1.0.0 |
profile_fields() X-Ref |
Kick off the profile fields. return: bool since: 1.0.0 |
the_profile_field() X-Ref |
Set up the profile fields. since: 1.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |