File: bp-core/bp-core-dependency.php |
Description |
---|---|
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. |
bp_setup_canonical_stack |
Fires inside the ‘bp_setup_canonical_stack’ function, where plugins should set up their canonical URL. |
bp_register_taxonomies() |
Fire the ‘bp_register_taxonomies’ action, where plugins should register taxonomies. |
bp_register_taxonomies |
Fires inside the ‘bp_register_taxonomies’ function, where plugins should register taxonomies. |
bp_register_post_types() |
Fire the ‘bp_register_post_types’ action, where plugins should register post types. |
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. |