bp_core_uninstall( $uninstalled_components )
Uninstall forums if $uninstalled_components[‘forums’] is not empty.
Description
Source
File: bp-core/admin/bp-core-admin-schema.php
function bp_core_uninstall( $uninstalled_components ) { // Discussion forums if ( !empty( $uninstalled_components['forums'] ) ) { bp_core_uninstall_discussion_forums(); } }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.