Forums
-
- Forum
- Posts
-
- Installation
- 28,501
- Troubleshooting
- 62,586
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
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.