Fire after updating customer account details.
Source
File: /inc/class-wp-travel-form-handler.php
Used by: /inc/class-wp-travel-form-handler.php
Parameters
$user->ID
Example:
function prefix_wp_travel__save_account_details( $user->ID ) { // Code here. } add_action( 'wp_travel__save_account_details', 'prefix_wp_travel__save_account_details' );