Forums
-
- Forum
- Posts
-
- Installation
- 28,485
- Troubleshooting
- 62,572
- Themes
- 10,431
- Plugins
- 15,356
- Requests & Feedback
- 14,965
- Showcase
- 3,257
-
Dunno what conflicts this might cause but I modified lines 86-91 of bb-settings.php to:
if ( defined( 'ABSPATH' ) ) {
//$wp_filter = array();
//$wp_actions = array();
//$merged_filters = array();
//$wp_current_filter = array();
}
This prevents wordpress filters and hooks from being removed.