Hook to add booking time details at booking.
Source
File: /inc/helpers.php
Used by: /inc/helpers.php
Parameters
$booking_id
Example:
function prefix_wp_travel_after_bookings_travel_date( $booking_id ) { // Code here. } add_action( 'wp_travel_after_bookings_travel_date', 'prefix_wp_travel_after_bookings_travel_date' );