@wschaefer1
8 years, 7 months ago
P.S. That didn’t work. 🙁
Thank you @shanebp for your help. Much appreciated.
Thank you for replying!
I am not a developer, and I don’t want to affect the site in any way. So I need to be sure that adding this into functions.php will work to remove ONLY the activity feeds from MAILCHIMP:
function bp_remove_feeds() { remove_action( ‘wp’, ‘bp_activity_action_sitewide_feed’, 3 ); remove_action( ‘wp’, ‘bp_activity_action_personal_feed’, 3 ); remove_action( ‘wp’, ‘bp_activity_action_friends_feed’, 3 ); remove_action( ‘wp’, ‘bp_activity_action_my_groups_feed’, 3 ); remove_action( ‘wp’, ‘bp_activity_action_mentions_feed’, 3 ); remove_action( ‘wp’, ‘bp_activity_action_favorites_feed’, 3 ); remove_action( ‘wp’, ‘groups_action_group_feed’, 3 ); } add_action(‘init’, ‘bp_remove_feeds’);
Can you answer yes or no?
Can someone please help with this? Thank you!!
Does anyone have the answer to this?? Thanks.