@reezolution
Active 1 year, 1 month ago
-
Paul Gibbs replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 13 years, 2 months ago
remove_action( ‘bp_head’, ‘bp_activity_sitewide_feed’ );
Perhaps in your theme’s functions.php, hooked in the after_setup_theme action.