Changeset 12885 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 04/16/2021 05:29:26 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r12868 r12885 16 16 * @since 1.0.0 17 17 * @since 2.4.0 Introduced `$member_type` argument. 18 * @since 8.0.0 Introduced `$hide_field_types` argument.18 * @since 8.0.0 Introduced `$hide_field_types` & `$signup_fields_only` arguments. 19 19 * 20 20 * @global object $profile_template … … 37 37 * @type int[]|bool $exclude_fields Default: false. 38 38 * @type string[] $hide_field_types Default: empty array. 39 * @type bool $signup_fields_only Default: false. 39 40 * @type bool $update_meta_cache Default: true. 40 41 * } … … 69 70 'exclude_fields' => false, // Comma-separated list of profile field IDs to exclude. 70 71 'hide_field_types' => array(), // List of field types to hide from profile fields loop. 72 'signup_fields_only' => false, // Whether to only return signup fields. 71 73 'update_meta_cache' => true, 72 74 ), 'has_profile' );
Note: See TracChangeset
for help on using the changeset viewer.