If you are willing to rename the “Booking Only” option of the checkout page, then the WP Travel plugin provides the feature regarding renaming the “Booking Only” option of the Booking Options under Payment using a filter code.

Before Rename Booking Only option

To rename the “Booking Only” option, please add the following given code in the functions.php file of your child theme.

function wp_travel_customized_strings( $strings ){ 
$strings['bookings']['booking_only'] = __( 'Your Text Here' , '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.

Output:

Rename Booking Only option

Also, 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.

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

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