bp_admin_setting_callback_account_deletion()
Allow members to delete their accounts setting field.
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
31 32 33 34 35 36 37 38 | function bp_admin_setting_callback_account_deletion() { ?> <input id= "bp-disable-account-deletion" name= "bp-disable-account-deletion" type= "checkbox" value= "1" <?php checked( !bp_disable_account_deletion( false ) ); ?> /> <label for = "bp-disable-account-deletion" ><?php _e( 'Allow members to delete their profiles' , 'buddyboss' ); ?></label> <?php } |
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.