gpb_entry_bookings_deleted
Description
Fires after all bookings for an entry have been deleted.
Usage
Applied globally
add_action( 'gpb_entry_bookings_deleted', 'my_custom_function' );
Parameters
$entry_id
int
The entry ID.
$deleted_count
int
Number of bookings deleted.
$reason
string|null
The reason for deletion.
Since
1.0-alpha-1.0
Hook added.