bp_settings_screen_delete_account()
Show the delete-account settings template.
Description
Source
File: bp-settings/screens/delete-account.php
function bp_settings_screen_delete_account() {
if ( bp_action_variables() ) {
bp_do_404();
return;
}
/**
* Filters the template file path to use for the delete-account settings screen.
*
* @since BuddyPress 1.6.0
*
* @param string $value Directory path to look in for the template file.
*/
bp_core_load_template( apply_filters( 'bp_settings_screen_delete_account', 'members/single/settings/delete-account' ) );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.5.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.