Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • cyberthread
    Member

    @cyberthread

    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) ) :


    cyberthread
    Member

    @cyberthread

    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())

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar