File: bp-core/bp-core-dependency.php |
Description |
|---|---|
| bp_setup_title |
Fires inside the ‘bp_setup_title’ function, where plugins should modify the page title. |
| bp_setup_widgets() |
Fire the ‘bp_register_widgets’ action, where plugins should register widgets. |
| bp_register_widgets |
Fires inside the ‘bp_register_widgets’ function, where plugins should register widgets. |
| 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_setup_canonical_stack() |
Fire the ‘bp_setup_canonical_stack’ action, where plugins should set up their canonical URL. |