Hook to show the default pricing list type in the booking tab frontend.
Source
File: /templates/content-pricing-options.php
Used by: /templates/content-pricing-options.php
Parameters
$trip_id
Example:
function prefix_wp_travel_booking_default_princing_list( $trip_id ) { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_booking_default_princing_list', 'prefix_wp_travel_booking_default_princing_list’ );