bp_uninstall()

Fire uninstall hook.

Description

Runs when uninstalling BuddyPress.

Source

File: bp-core/bp-core-update.php

1047
1048
1049
1050
1051
1052
1053
1054
1055
function bp_uninstall() {
 
    /**
     * Fires during the uninstallation of BuddyPress.
     *
     * @since BuddyPress 1.6.0
     */
    do_action( 'bp_uninstall' );
}

Changelog

Changelog
Version Description
BuddyPress 1.6.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.