Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Alternative Usage of a Profile Field


r-a-y
Keymaster

@r-a-y

You shouldn’t need the xprofile field loop.

Use something like this to grab the value directly:

$background_url = xprofile_get_field_data( 'ENTER YOUR XPROFILE FIELD VALUE', bp_get_the_site_member_user_id() );

Skip to toolbar