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_widgets |
Fires inside the ‘bp_register_widgets’ function, where plugins should register widgets. |
bp_register_member_types() |
Fire the ‘bp_register_member_types’ action, where plugins should register profile types. |
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. |