Viewing 1 replies (of 1 total)
  • Plugin Author aghajoon

    (@aghajoon)

    you can used this code:

    <?php $image = get_user_meta(bp_displayed_user_id(), ‘bp_cover’, true);?>

    <div id=”my id”>
    <img class=”my class” src=”<?php echo $image ;?>”>
    </div>

Viewing 1 replies (of 1 total)

The topic ‘Display echo uploaded cover elsewhere’ is closed to new replies.