Did everything like you said. Tried below code in functions.php and bp-custom.php but keep getting a white page even after changing the activity-loop.php 🙁
Where is the issues? 🙁
COPY CODE
//Block certain activity types from being added
function bp_activity_dont_save( $activity_object ) {
$exclude = array(
'updated_profile',
'new_member',
'new_avatar',
'friendship_created',
'joined_group'
);