This action will be executed just after the process of closing the user account get completed.
Hook Name: arm_after_close_account
Hook Type: Action
Source: core/classes/class.arm_shortcodes.php
Usage:
add_action( 'arm_after_close_account', 'your_function', 10, 2);
function your_function($user_id, $user) {
//Do Your Action
//$user_id User ID.
//$user User Object.
}
Parameters:
$user_id
User ID
$user
User Object