Remove Friendship Notifications from Activity Stream
-
Hello,
I am using BP 2.8.2 and WP 4.7.3 and I would like to prevent the formation of a friendship to create a new activity.Followed directions from : https://buddypress.org/support/topic/remove-friendship-notifications-from-activity-stream/ and added
remove_action( 'bp_register_activity_actions', 'friends_register_activity_actions' );
to functions.php which actually changed the format of the post where only the two avatars show up but no text. I disabled all other BP related plugins, repeated the test with the same results.
- You must be logged in to reply to this topic.