Fire in the WP Travel checkout before payment fields.
Source
File: /inc/cart/checkout.php
Used by: /inc/cart/checkout.php
Example:
function prefix_wp_travel_action_before_payment_info_field() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_action_before_payment_info_field', 'prefix_wp_travel_action_before_payment_info_field’ );