Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to access bp profile data


John James Jacoby
Keymaster

@johnjamesjacoby

In your code, you can do something like…

echo bp_get_field_data('Field Name', $user['id']);

Where “Field Name” is the name of your custom field. Turn that into a variable or what not.

Skip to toolbar