File: bp-core/bp-core-dependency.php |
Description |
---|---|
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_globals() |
Fire the ‘bp_setup_globals’ action, where plugins should initialize global settings. |
bp_setup_globals |
Fires inside the ‘bp_setup_globals’ function, where plugins should initialize global settings. |
bp_setup_nav() |
Fire the ‘bp_setup_nav’ action, where plugins should register their navigation items. |
bp_setup_nav |
Fires inside the ‘bp_setup_nav’ function, where plugins should register their navigation items. |
bp_setup_admin_bar() |
Fire the ‘bp_setup_admin_bar’ action, where plugins should add items to the WP admin bar. |
bp_setup_admin_bar |
Fires inside the ‘bp_setup_admin_bar’ function, where plugins should add items to the WP admin bar. |
bp_register_post_types |
Fires inside the ‘bp_register_post_types’ function, where plugins should register post types. |