Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks
  5. Action :wp_travel_created_customer

Action :wp_travel_created_customer

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'  );
Was this article helpful to you? Yes No

How can we help?