This action will be executed before a new user notification email will get sent to the user.
Hook Name: arm_before_new_user_notification
Hook Type: Action
Source: core/classes/class.arm_restriction.php
Usage:
add_action( 'arm_before_new_user_notification', 'your_function');
function your_function($user) {
//Do Your Action
//$user User Object.
}
Parameters:
$user
User Object