Exemplo n.º 1
0
/**
 * Hook account creation
 *
 * @param User $user User account that was created
 * @return bool
 */
function efNewUserNotif($user)
{
    return NewUserNotifier::hook($user);
}