Changeset 13890 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r13882 r13890 56 56 * @type bool $can_delete Whether or not the field group can be deleted. 57 57 * } 58 * @return bool ean58 * @return bool 59 59 */ 60 60 function xprofile_insert_field_group( $args = '' ) { … … 114 114 * 115 115 * @param int $field_group_id Field group ID to delete. 116 * @return bool ean116 * @return bool 117 117 */ 118 118 function xprofile_delete_field_group( $field_group_id = 0 ) { … … 137 137 * @param int $field_group_id Field group ID to update. 138 138 * @param int $position Field group position to update to. 139 * @return bool ean139 * @return bool 140 140 */ 141 141 function xprofile_update_field_group_position( $field_group_id = 0, $position = 0 ) { … … 428 428 * @param mixed $value The value for the field you want to set for the user. 429 429 * @param bool $is_required Whether or not the field is required. 430 * @return bool True on success, false on failure.430 * @return bool 431 431 */ 432 432 function xprofile_set_field_data( $field, $user_id, $value, $is_required = false ) { … … 538 538 * @param int $user_id The ID of the user to whom the data belongs. 539 539 * @param string $visibility_level What the visibility setting should be. 540 * @return bool True on success540 * @return bool 541 541 */ 542 542 function xprofile_set_field_visibility_level( $field_id = 0, $user_id = 0, $visibility_level = '' ) { … … 976 976 * delete matching metadata entries for the specified object. 977 977 * Default: false. 978 * @return bool True on success, false on failure.978 * @return bool 979 979 */ 980 980 function bp_xprofile_delete_meta( $object_id, $object_type, $meta_key = false, $meta_value = false, $delete_all = false ) {
Note: See TracChangeset
for help on using the changeset viewer.