@since: BuddyPress 1.6.0 |
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_uninstall |
Fires during the uninstallation of BuddyPress. |
bp_activation() |
Fire activation hooks and events. |
bp_activation |
Fires during the activation of BuddyPress. |
bp_deactivation() |
Fire deactivation hooks and events. |
bp_deactivation |
Fires during the deactivation of BuddyPress. |
bp_uninstall() |
Fire uninstall hook. |
bp_is_update() |
Is this a BuddyPress update? |
bp_is_activation() |
Determine whether BuddyPress is in the process of being activated. |