bp_profile_field_data( string|array $args = '' )
Output XProfile field data.
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments for field data. See bp_get_profile_field_data
Default value: ''
Source Source
File: bp-xprofile/bp-xprofile-template.php
function bp_profile_field_data( $args = '' ) {
echo bp_get_profile_field_data( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.0 | Introduced. |