Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: bp_has_activities() only show logged in user's activity


pete87
Member

@pete87

After looking through the functions in bp-activity.php I realised what I should have been doing is passing an array to the function like:

$com = array(“user_id” => $bp->loggedin_user->id);

Skip to toolbar