Hook to support custom pricing options.
Source
File: /templates/content-pricing-options.php
Used by: /templates/content-pricing-options.php
Parameters
$trip_id
Example:
function prefix_wp_travel_{$pricing_option_type}_options_list( $trip_id ) { esc_html_e( ‘This is content added using this hook’, ‘text-domain’ ); } add_action( ‘wp_travel_{$pricing_option_type}_options_list', 'prefix_wp_travel_{$pricing_option_type}_options_list’ );