Member Biography as Description Special Tag
-
Is it possible to add on the Tab profile a special tag from wp_usermeta? For example, I want to define description as the user biography. Today I use for my description:
$user_meta = get_userdata(bp_displayed_user_id()); echo($user_meta->description)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.