WP Travel plugin provides the feature to rename Trekking placeholder using the filter in the itinerary search section(HOMEPAGE) as well as in the Search widget as per your requirement.

rename trekking placeholder

You can rename the placeholder ‘TREKKING‘ by adding the following given code in the functions.php file of your child theme.

function wp_travel_customize_search_placeholder($placeholder) {
    return 'Placeholder';
}
add_filter( 'wp_travel_search_placeholder', 'wp_travel_customize_search_placeholder' );

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

rename trekking placeholder
rename trekking placeholder

Also, if you want to learn more about the filter hook that is used to replace the search placeholder 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, please submit them to our Contact page.

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