gpb_google_calendar_event_data
Description
Filter the Google Calendar event data before pushing.
Usage
Applied globally
add_filter( 'gpb_google_calendar_event_data', 'my_custom_function' );Parameters
$event_data
array
The Google Calendar event data.
$booking
Booking
The booking object.
Since
1.0-beta-1.0Hook added.