bp_dd_delete_dummy_xprofile()
Delete all the BB dummy xprofile fields
Description
Source
File: bp-core/bp-core-tools-default-data.php
function bp_dd_delete_dummy_xprofile() {
/*
* Deleting xProfile groups and fields.
*/
$xprofile_ids = bp_get_option( 'bp_dd_imported_user_xprofile_ids' );
foreach ( (array) $xprofile_ids as $xprofile_id ) {
xprofile_delete_field_group( $xprofile_id );
}
}
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.