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