If you want to edit or rename the word Fixed Departure in a Single Trip page then you don’t need to be worry as WP Travel plugin includes the feature that allows you to rename the word Fixed Departure in a Single Trip page using Filter code.

rename Fixed Departure

You have to add the following given code in the functions.php file of your child theme to rename the word Fixed Departure on the Single Trip page.

function customized_fixed_departure( $strings ) {
    $strings['fixed_departure'] = __( 'Start Date', 'wp-travel' );
    return $strings;
}
add_filter( 'wp_travel_strings', 'customized_fixed_departure' );

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

Rename Fixed Departure:

rename Fixed Departure

Note: You can replace the word “Fixed Departure” on the Single trip page with any name as per your requirement.

Also, if you want to learn more about the filter hook that is used to rename the strings available in the WP Travel plugin, 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/confusion then please submit them to our Contact page.

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