Re: Editing Group activity stream
Hi Rich,
I had some digging through cosde. And found in templatetags.php
‘$mini_activity_actions = apply_filters( ‘bp_activity_mini_activity_types’, array(
‘friendship_accepted’,
‘friendship_created’,
‘new_blog’,
‘joined_group’,
‘created_group’,
‘new_member’
) );’
which i wanted to filter out. Can you please tell me how do i can apply filters on these actions using functions file in my theme !!!