Namespaces: global
Description
bp_init()

Fire the ‘bp_init’ action, BuddyPress’s main initialization hook.

Source: bp-core/bp-core-dependency.php:259

bp_rest_api_init()

Fire the ‘bp_rest_api_init’ action, where BuddyPress registers REST API endpoints.

Source: bp-core/bp-core-dependency.php:274

bp_customize_register()

Fire the ‘bp_customize_register’ action when the Customizer has loaded, allowing scripts and styles to be initialized.

Source: bp-core/bp-core-dependency.php:292

bp_loaded()

Fire the ‘bp_loaded’ action, which fires after BP’s core plugin files have been loaded.

Source: bp-core/bp-core-dependency.php:311

bp_ready()

Fire the ‘bp_ready’ action, which runs after BP is set up and the page is about to render.

Source: bp-core/bp-core-dependency.php:328

bp_setup_cache_groups()

Fire the ‘bp_setup_cache_groups’ action, where cache groups are registered.

Source: bp-core/bp-core-dependency.php:226

bp_setup_current_user()

Set up the currently logged-in user.

Source: bp-core/bp-core-dependency.php:244

bp_setup_title()

Fire the ‘bp_setup_title’ action, where plugins should modify the page title.

Source: bp-core/bp-core-dependency.php:181

bp_setup_widgets()

Fire the ‘bp_register_widgets’ action, where plugins should register widgets.

Source: bp-core/bp-core-dependency.php:196

bp_register_member_types()

Fire the ‘bp_register_member_types’ action, where plugins should register profile types.

Source: bp-core/bp-core-dependency.php:211