Changeset 12868 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 03/21/2021 02:17:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r12768 r12868 15 15 * 16 16 * @since 1.0.0 17 * @since 2.4.0 Introduced `$member_type` argument. 18 * @since 8.0.0 Introduced `$hide_field_types` argument. 17 19 * 18 20 * @global object $profile_template … … 32 34 * @type bool $fetch_visibility_level Defaults to true when an admin is viewing a profile, or when a user is 33 35 * viewing her own profile, or during registration. Otherwise false. 34 * @type int|bool $exclude_groups Default: false. 35 * @type int|bool $exclude_fields Default: false 36 * @type int[]|bool $exclude_groups Default: false. 37 * @type int[]|bool $exclude_fields Default: false. 38 * @type string[] $hide_field_types Default: empty array. 36 39 * @type bool $update_meta_cache Default: true. 37 40 * } … … 65 68 'exclude_groups' => false, // Comma-separated list of profile field group IDs to exclude. 66 69 'exclude_fields' => false, // Comma-separated list of profile field IDs to exclude. 70 'hide_field_types' => array(), // List of field types to hide from profile fields loop. 67 71 'update_meta_cache' => true, 68 72 ), 'has_profile' );
Note: See TracChangeset
for help on using the changeset viewer.