Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Filters Associated With Booking
  5. Filter : wp_travel_booking_show_end_date

Filter : wp_travel_booking_show_end_date

This filter helps to remove the end date.

Source

File : /inc/helpers.php

Used by
/inc/helpers.php

Example :

function wp_travel_remove_dates (){
    return false;
}
add_filter('wp_travel_booking_show_end_date','wp_travel_remove_dates');
Was this article helpful to you? Yes No

How can we help?