@since: BuddyPress 1.0.0
Description
bp_core_add_root_component()

Add support for a top-level (“root”) component.

Source: bp-core/bp-core-functions.php:881

bp_core_add_illegal_names()

Add illegal blog names to WP so that root components will not conflict with blog names on a subdirectory installation.

Source: bp-core/bp-core-functions.php:953

bp_core_activation_signup_user_notification()

Notify new users of a successful registration (without blog).

Source: bp-core/bp-core-filters.php:532

bp_core_activation_signup_blog_notification()

Notify new users of a successful registration (with blog).

Source: bp-core/bp-core-filters.php:500

bp_core_clear_cache

Fires before the pruning of WP Super Cache.

Source: bp-core/bp-core-cache.php:38

bp_core_clear_user_object_cache()

Clear all cached objects for a user, or those that a user is part of.

Source: bp-core/bp-core-cache.php:50

bp_core_clear_cache()

Prune the WP Super Cache.

Source: bp-core/bp-core-cache.php:28

bp_core_catch_profile_uri()

Redirect away from /profile URIs if XProfile is not enabled.

Source: bp-core/bp-core-catchuri.php:562

bp_core_template_display_profile

Filters the path to redirect users to if XProfile is not enabled.

Source: bp-core/bp-core-catchuri.php:572

bp_core_set_uri_globals()

Analyze the URI and break it down into BuddyPress-usable chunks.

Source: bp-core/bp-core-catchuri.php:34