Detecting when a booking changes status

You may wish to detect when a booking’s status changes, so that you can perform some action (for instance, e-mail the bookee that their booking has been cancelled). To detect when a booking changes status you can whose one of three hooks: {$old_status}_to_{$new_status} – to detect when a booking goes from one specific status to …

Read more »