Changeset 11898
- Timestamp:
- 03/14/2018 10:37:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r11692 r11898 22 22 * Array of arguments. See BP_XProfile_Group::get() for full description. Those arguments whose defaults differ 23 23 * from that method are described here: 24 * @type int $user_id Default: ID of the displayed user. 24 25 * @type string|array $member_type Default: 'any'. 26 * @type int|bool $profile_group_id Default: false. 25 27 * @type bool $hide_empty_groups Default: true. 26 28 * @type bool $hide_empty_fields Defaults to true on the Dashboard, on a user's Edit Profile page, 27 29 * or during registration. Otherwise false. 30 * @type bool $fetch_fields Default: true. 31 * @type bool $fetch_field_data Default: true. 28 32 * @type bool $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is 29 33 * viewing her own profile, or during registration. Otherwise false. 30 * @type bool $fetch_fields Default: true. 31 * @type bool $fetch_field_data Default: true. 34 * @type int|bool $exclude_groups Default: false. 35 * @type int|bool $exclude_fields Default: false 36 * @type bool $update_meta_cache Default: true. 32 37 * } 33 38 *
Note: See TracChangeset
for help on using the changeset viewer.