Aliases:
Successful customer account creation:
This hook is called when a new customer creates an account successfully
Hook locations:
Hook type: action
Located in:
<?php
array(
'newCustomer' => (object) Customer object
);
Hook::exec('actionCustomerAccountAdd', [
'newCustomer' => $customer,
])