Quantcast
Channel: BuddyPress.org » All Posts
Viewing all articles
Browse latest Browse all 316

Request for put hook and filters

$
0
0

I used latest version of buddypress and wordpress also .
IN current buddypress when user join group that time new activity will creat . but i cant stop it using hook .

groups_record_activity(
array(
‘type’ => ‘joined_group’,
‘item_id’ => $group_id,
‘user_id’ => $user_id,
)
);


Viewing all articles
Browse latest Browse all 316

Trending Articles