Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyBar for bbPress


matthijsv
Participant

@matthijsv

OK, figured it out.

Apperaenly the word press shutdown sequence isn’t being called by the plugin. For Transposh this means that

function on_shutdown() {
ob_flush();
}

is not being called.

I now added ob_flush() to the footer of my template and the problem is solved!

Skip to toolbar