Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Using wp_head within bbPress


jcnetsys
Member

@jcnetsys

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.

Skip to toolbar