apply_filters( 'xprofile_get_field_data', string $value , int $field_id , int $user_id )
Filters the field data value for a specific field for the user.
Description Description
Parameters Parameters
- $value
-
Value saved for the field.
- $field_id
-
ID of the field being displayed.
- $user_id
-
ID of the user being displayed.
Source Source
File: bp-xprofile/bp-xprofile-functions.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |