@cyberthread
13 years, 4 months ago
This is what I came up with (it works), but I am not sure it is efficient.
$profileParemeter = “user_id=”; ob_start(); bp_group_member_id(); $memberId = ob_get_clean(); $finalParemeter =$profileParemeter.$memberId;
if ( bp_has_profile($finalParemeter) ) :
I just realized that the example of what I want disappeared in the process of posting.
Conceptually, this is what I want:
bp_has_profile(bp_group_member_id())