Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Get the Value of a Profile Field

@stoi2m1

Participant

The support around here Sucks, And the Documentation for Buddypress Sucks.

For those of you looking for this solution here you go.

This gave me the member type which is field number 2.
$mem_type = bp_get_profile_field_data( array(‘user_id’=>bp_get_member_user_id(),’field’=>2 ));

Skip to toolbar