If you are willing to rename the ‘Trip Enquiry’ text displaying on a single trip page, please add the following given filter code in the functions.php file of your child theme.

function wp_travel_enquiry_text_change($trip_enquiry_text){
    $trip_enquiry_text ='Your Text';
    return $trip_enquiry_text;
}

add_filter('wp_travel_trip_enquiry_popup_link_text','wp_travel_enquiry_text_change');

For detail information regarding how to create a child theme, please refer to our Knowledgebase.

After adding filter code:

rename trip enquiry

Also, if you want to learn more about the filter hook that is used to rename Trip Enquiry in a single trip page, please once refer specific hook page.

Further, if you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on FacebookInstagram, and Twitter.

Additionally, if you have any queries, please submit them to our Contact page.

create your travel site within minutes by wptravel.io ,buy wptravel pro