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: ''


Top ↑

Source Source

File: bp-xprofile/bp-xprofile-template.php

function bp_profile_field_data( $args = '' ) {
	echo bp_get_profile_field_data( $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.