Trip extras are an important module for any travel booking site. There are lots of extra services that you would like to provide to your customers for attractive service offerings. Luckily, you can do it with trip extras. Like, such as adding an extra flight, insurance, vehicle service, or any other custom services that you would like to offer. Ever thought about how to rename trip extras on your trip page?

Luckily, WP Travel pro lets you rename trip extras on your single trip page. It also provides the best WordPress tour booking plugin for a travel agency and different WordPress travel booking themes. But we will not talk about the WP tour plugin and themes here.

Here, we will only provide you with the knowledge of how to rename your trip extras on your single trip page. Let’s keep our content certain. If you want to know more about themes then click 15+ best WordPress themes.

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

add_filter( 'wp_travel_strings', function( $localized_strings ) {
   $localized_strings['bookings']['trip_extras_list_label'] = __( 'Your Text Here', 'wp-travel' );
   return $localized_strings;
} );

After adding the code snippet in your functions.php file, your site will look like this. Moreover, you can rename your trip extras in any name you like.

Renaming Trip extras on your trip page:

rename trip extras

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

Also, if you are willing to know about the filter hook which is used to rename the strings available in the WP Travel plugin, please once refer specific hook page.

With WP travel website making has become easy as well as flexible. Besides you can create any kind of travel agency as well as a travel blog with the plugins and themes that WP travel offers. Customization has become more flexible with WP travel.

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/confusion then please submit them to our Contact page.