Display email in member header WITH link
-
Hello,
I add member email information to the member header in profil member. For that, i use this code :<?php $email = bp_displayed_user_email(); ?>
<?php if ( ! empty( $fonction ) ) { ?>
<span class=”thrive-member-role”>
<?php echo esc_html( $email ); ?>
</span>
<?php } ?>Now, i need to add a mailto link to this code.
Please any help ?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.