@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_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_uninstall |
Fires during the uninstallation of BuddyPress. |
bp_version_bump() |
Update the BP version stored in the database to the current version. |
bp_setup_updater() |
Set up the BuddyPress updater. |