bp_uninstall()
Fire uninstall hook.
Description
Runs when uninstalling BuddyPress.
Source
File: bp-core/bp-core-update.php
function bp_uninstall() { /** * Fires during the uninstallation of BuddyPress. * * @since BuddyPress 1.6.0 */ do_action( 'bp_uninstall' ); }
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.