Skip to:
Content
Pages
Categories
Search
Top
Bottom

bp_after_setup_theme()

Codex Home → bp_after_setup_theme()

bp_after_setup_theme() is where BuddyPress loads the theme functions. If you want to filter actions in functions.php or buddypress-functions.php hook to bp_after_setup_theme().

add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 );