Forums
-
- Forum
- Posts
-
- Installation
- 27,775
- Troubleshooting
- 60,879
- Themes
- 10,206
- Plugins
- 15,012
- Requests & Feedback
- 14,664
- Showcase
- 3,238
-
I’ve found the following works well in functions.php
function disable_our_feeds() {
wp_redirect(get_option('siteurl'));
}
add_action('bbp_feed', 'disable_our_feeds', 1);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS