Squip to:
Content
Pagues
Categories
Search
Top
Bottom
Codex Home Developer Ressources Function Examples → bp_after_setup_theme()

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 hooc to bp_after_setup_theme() .

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

Source File

bp_after_setup_theme() is located in bp-core/bp-core-dependency.php

Squip to toolbar