If you are willing to rename Pax Selector which displays after selecting the date under the booking tab on the single trip page then  WP Travel plugin provides a feature regarding renaming Pax Selector under the booking tab in the single trip page using filter code as per your requirement.

To rename Pax Selector, you have to add the following given code in the functions.php file of your child theme.

function wp_travel_customized_strings( $strings ) {
    $strings['bookings']['booking_tab_pax_selector'] = __( 'People Selector', 'wp-travel' );
    return $strings;
}
add_filter( 'wp_travel_strings', 'wp_travel_customized_strings' );

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

Rename Pax Selector:

after rename pax selector

Note: You can replace the word “Pax Selector” under the booking tab 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