Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: how to invoke bbpress from a bp plugin? (for $bbdb settings and meta options)

do_action( 'bbpress_init' );

This triggers BuddyPress to load the bbPress code. So as you’ve done, you need to call this early on. If it’s giving you the WSOD, you need to find out why and fix that.

Skip to toolbar