# after_clientvalidation modifier
Client details were validated by HostBill (before saving new or updated client details)
TIP
$details
is passed as reference (opens new window) so its possible to modify its value(s) in Advanced hook
# Hook parameter
An array
is passed to hook containing following keys/values:
Key | Type | Description |
---|---|---|
id | int|bool | Client id, false for new client |
status | bool | HostBill data validation result |
data | array | Array containing key/values of registration fields |
errors | array | List of errors occured during validation |