- Timestamp:
- 03/21/2021 02:17:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-data-template.php
r12426 r12868 106 106 * @since 1.5.0 107 107 * @since 2.4.0 Introduced `$member_type` argument. 108 * @since 8.0.0 Introduced `$hide_field_types` argument. 108 109 * 109 110 * @param array|string $args { … … 121 122 * @type int|bool $fetch_visibility_level Fetch visibility levels. 122 123 * @type int|bool $update_meta_cache Should metadata cache be updated. 124 * @type string[] $hide_field_types List of field types to hide form loop. Default: empty array. 123 125 * } 124 126 */ … … 157 159 'exclude_groups' => false, 158 160 'exclude_fields' => false, 161 'hide_field_types' => array(), 159 162 'update_meta_cache' => true 160 163 ) );
Note: See TracChangeset
for help on using the changeset viewer.