Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Filters Associated With Single Itinerary Page
  5. Filter : wp_travel_fixed_departure_defalut

Filter : wp_travel_fixed_departure_defalut

Fixed departure enable/disable.

Source

File: /inc/helpers.php
Used by: /inc/helpers.php, /inc/template-functions.php,
/inc/admin/views/tabs/tab-contents/itineraries/price.php

Parameters
$fixed_departure

Example:

function prefix_wp_travel_fixed_departure_defalut( $fixed_departure) {
    return ‘no’;
}
add_filter( 'wp_travel_fixed_departure_defalut', 'prefix_wp_travel_fixed_departure_defalut' );
Was this article helpful to you? Yes No

How can we help?