Fire before WP Travel checkout page wrap.
Active Since v4.0.7
Source
File: /inc/cart/class-checkout.php
Used by: /inc/cart/class-checkout.php
Example:
function prefix_wp_travel_before_checkout_page_wrap() { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_before_checkout_page_wrap', 'prefix_wp_travel_before_checkout_page_wrap’ );