Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Using wp_head within bbPress


Sam Bauers
Participant

@sambauers

When you load WordPress inside bbPress, it is detected and all WordPress filters are cleared, including default filters. This means that most of what wp_head() usually does won’t happen. It’s the wrong thing to do in any case as the wrong RSS and XML-RPC links will get inserted for a start.

Having said that, using a plugin in bbPress you can easily add filters back in to wp_head().

Skip to toolbar