File: bp-core/bp-core-dependency.php |
Description |
|---|---|
| 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_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() |
Fire the ‘bp_register_post_types’ action, where plugins should register post types. |