Fires after checkout booking form field.
Source
File: /inc/booking-functions.php
Used by: /inc/booking-functions.php
Example:
function prefix_wp_travel_booking_after_form_field() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( 'wp_travel_booking_after_form_field', 'prefix_wp_travel_booking_after_form_field' );