Hi,
Thanks for reaching out to us today about custom development, the cleaned up version of your above could would be
COPY CODE
// redirect after account delete
function action_bp_members_delete_account_after_submit() {
wp_redirect(home_url( '/goodbye/' ));
};
add_action( 'bp_core_deleted_account', 'action_bp_members_delete_account_after_submit', 10, 0 );
However I don’t think it is possible to redirect on bp_core_deleted_account, you should reach out to the BuddyPress support / dev teams at https://buddypress.org/support/ to see what their thoughts are.
Thanks,
Kieran.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.