File: bp-core/bp-core-dependency.php |
Description |
|---|---|
| bp_register_post_types |
Fires inside the ‘bp_register_post_types’ function, where plugins should register post types. |
| bp_include() |
Fire the ‘bp_include’ action, where plugins should include files. |
| bp_include |
Fires inside the ‘bp_include’ function, where plugins should include files. |
| bp_late_include() |
Fire the ‘bp_late_include’ action for loading conditional files. |
| bp_late_include |
Fires the ‘bp_late_include’ action. |
| bp_setup_components() |
Fire the ‘bp_setup_components’ action, where plugins should initialize components. |
| bp_setup_components |
Fires inside the ‘bp_setup_components’ function, where plugins should initialize components. |
| bp_setup_integrations() |
Fire the ‘bp_setup_components’ action, where plugins should initialize components. |
| bp_setup_integrations |
Fires inside the ‘bp_setup_integrations’ function, where plugins should initialize components. |
| bp_setup_canonical_stack() |
Fire the ‘bp_setup_canonical_stack’ action, where plugins should set up their canonical URL. |