gpb_booking_updated
Description
Action fired after a booking has been updated.
Usage
Applied globally
add_action( 'gpb_booking_updated', 'my_custom_function' );Parameters
$booking
GP_BookingsBooking
The booking object.
$updates
array
The updates that were applied.
$changes
array
The changes that were made.
Since
1.0-alpha-4.4Hook added.