Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Displaying the WordPress default bio or description


perywinkle
Participant

@perywinkle

Well, here’s a solution that worked for me:

// User Description
$user_meta = get_userdata(bp_displayed_user_id());
echo($user_meta->description);

Skip to toolbar