@jaishreejai
8 years, 4 months ago
Could you wrap the area you want seen by only the logged in user with bp_is_my_profile() Something like this.. <?php if (bp_is_my_profile()) : ?> show this <?php endif; ?>
Could you wrap the area you want seen by only the logged in user with bp_is_my_profile()
Something like this..
<?php if (bp_is_my_profile()) : ?> show this <?php endif; ?>
Thanks! it works for me.