File: bp-core/bp-core-dependency.php |
Description |
|---|---|
| bp_loaded |
Fires inside the ‘bp_loaded’ function, which fires after BP’s core plugin files have been loaded. |
| bp_ready() |
Fire the ‘bp_ready’ action, which runs after BP is set up and the page is about to render. |
| bp_ready |
Fires inside the ‘bp_ready’ function, which runs after BP is set up and the page is about to render. |
| bp_register_member_types |
Fires inside bp_register_member_types(), so plugins can register profile types. |
| bp_setup_cache_groups() |
Fire the ‘bp_setup_cache_groups’ action, where cache groups are registered. |
| bp_setup_cache_groups |
Fires inside the ‘bp_setup_cache_groups’ function, where cache groups are registered. |
| bp_setup_current_user() |
Set up the currently logged-in user. |
| bp_setup_current_user |
Fires to set up the current user setup process. |
| bp_setup_title() |
Fire the ‘bp_setup_title’ action, where plugins should modify the page title. |
| bp_setup_title |
Fires inside the ‘bp_setup_title’ function, where plugins should modify the page title. |