bp_profile_field_data( string|array $args = '' )
Output XProfile field data.
Parameters Parameters
- $args
-
(string|array) (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 ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |