woocommerce_created_customer, $customer_id, $new_customer_data, $password_generated
woocommerce_created_customer, $customer_id, $new_customer_data, $password_generated
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_created_customer, $customer_id, $new_customer_data, $password_generated') is found 1 times:
- /includes/wc-user-functions.php line 198
* @param integer $customer_id New customer (user) ID. * @param array $new_customer_data Array of customer (user) data. * @param string $password_generated The generated password for the account. */ do_action( 'woocommerce_created_customer', $customer_id, $new_customer_data, $password_generated ); return $customer_id; } } /**