Namespaces: global |
Description |
|---|---|
| bp_setup_globals() |
Fire the ‘bp_setup_globals’ action, where plugins should initialize global settings. |
| bp_setup_nav() |
Fire the ‘bp_setup_nav’ action, 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_include() |
Fire the ‘bp_include’ action, where plugins should include files. |
| bp_late_include() |
Fire the ‘bp_late_include’ action for loading conditional files. |
| bp_setup_components() |
Fire the ‘bp_setup_components’ action, where plugins should initialize components. |
| bp_setup_integrations() |
Fire the ‘bp_setup_components’ action, where plugins should initialize components. |
| bp_setup_canonical_stack() |
Fire the ‘bp_setup_canonical_stack’ action, where plugins should set up their canonical URL. |
| bp_register_taxonomies() |
Fire the ‘bp_register_taxonomies’ action, where plugins should register taxonomies. |
| bp_register_post_types() |
Fire the ‘bp_register_post_types’ action, where plugins should register post types. |