Display email in frontend
-
Hi there,
I would like to know if there is a way to display the primary email field in the BuddyPress frontend profile, also if the user clicks on edit, they will edit the email field.
This code display the email field but it not editable.
function DisplayedUserEmail() {
global $bp;
echo "Email Address: "."". $bp->displayed_user->userdata->user_email ."";}
add_action( 'bp_after_profile_field_content', 'DisplayedUserEmail' );
Also is there a way or plugin that allows me to add a value to the radio buttons? currently is possible to edit only one value.
I would appreciate your help.
Thanks in advance
- You must be logged in to reply to this topic.