bp_profile_field_data( string|array $args = '' )
Output XProfile field data.
Description
Parameters
- $args
-
(Optional) Array of arguments for field data. See bp_get_profile_field_data
Default value: ''
Source
File: bp-xprofile/bp-xprofile-template.php
function bp_profile_field_data( $args = '' ) { echo bp_get_profile_field_data( $args ); }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.