Fire in the WP Travel mini cart before coupon discount field.
Active Since v3.0.0
Source
File: /inc/cart/cart-mini.php
Used by: /inc/cart/cart-mini.php
Parameter
$trip_extras, $cart_id, $trip_id, $price_key
Example:
function prefix_wp_travel_tour_extras_mini_cart_block( $trip_extras, $cart_id, $trip_id, $price_key ) { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_tour_extras_mini_cart_block', 'prefix_wp_travel_tour_extras_mini_cart_block’ );