Search Documentation

WP Travel Developer Documentation

  1. Home
  2. Docs
  3. WP Travel Developer Documentation
  4. Action Hooks Associated With Booking
  5. Action :wp_travel_after_deleting_booking_transient

Action :wp_travel_after_deleting_booking_transient

Fires after clearing booking transient.

Active Since v1.0.6

Source

File: /inc/template-functions.php
Used by: /inc/template-functions.php

Example:

function prefix_wp_travel_after_deleting_booking_transient() {
    // Code here.
}
add_action( 'wp_travel_after_deleting_booking_transient', 'prefix_wp_travel_after_deleting_booking_transient'  );
Was this article helpful to you? Yes No

How can we help?