Hook name: woocommerce_new_customer_data
Hook type: filter
Sourcefile:
Description: Fires before a customer account is registered. This hook fires before customer accounts are created and passes the form data (username, email) and an array
of errors.
This could be used to add extra validation logic and append errors to the array.
Parameters:
Deprecated?: No