gpb_after_booking_created
Description
Fires after creating a booking.
Usage
Applied globally
add_action( 'gpb_after_booking_created', 'my_custom_function' );
Parameters
$booking
Booking
The created booking.
$booking_data
array
The booking data.
$object
Bookable
The bookable object.
$entry
array|null
The entry if available.
Since
1.0-alpha-1.0
Hook added.