Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin Devs Please Read


John James Jacoby
Keymaster

@johnjamesjacoby

A few other actions were added in 1.2 to help plugin authors hook into the correct places within BuddyPress.

bp_setup_globals
bp_setup_nav
bp_setup_root_components
bp_setup_widgets

The intent of those hooks for plugin authors, is to not load your code before BuddyPress does, potentially putting your navigation menus or global component setups out of alignment with BuddyPress. Typical WordPress priority rules apply, so it is still possible to bump your plugin ahead of BuddyPress if you need to.

Skip to toolbar