Fire after the customer account creation.
Source
File: /inc/wp-travel-user-functions.php
Used by: /inc/wp-travel-user-functions.php
Parameters
$customer_id, $new_customer_data, $password_generated
Example:
function prefix_wp_travel_created_customer( $customer_id, $new_customer_data, $password_generated ) { // Code here. } add_action( 'wp_travel_created_customer', 'prefix_wp_travel_created_customer' );