gpp_popup_config
Filter the popup configuration before it’s passed to the frontend JavaScript. This filter allows modification of the complete popup configuration array that gets serialized as JSON and consumed by the frontend `PopupManager`. The same config is also available client-side via the `gpp_popup_config` JS filter (`window.gform.addFilter`).
gpb_google_calendar_look_ahead_months
Filter the number of months to look ahead when fetching Google Calendar events.
gpb_google_calendar_event_data
Filter the Google Calendar event data before pushing.
gpfr_is_applicable_field
Control whether or not the File Renamer should be applied to a given field.
gpb_ics_feed_statuses
Filter booking statuses included in ICS feeds.
gpb_default_status
Filters the default booking status.
gps_snaps
Filter the snap positions for the slider. Controls where the slider handle can snap to and which tick marks/labels are displayed. Use showTick to hide tick marks while keeping the snap position. Set label to an empty string to hide the label.
gpp_iframe_hook_cleaner_settings
Filter the iframe cleanup settings. This filter controls all aspects of how GP Popups cleans up the iframe environment to prevent third-party scripts from interfering with popups.
gppa_lmt_kses_allowed_html
Filter the allowed HTML tags for Live Merge Tag values. By default, no HTML tags are allowed. Use this filter to opt in to specific tags.
gppa_use_permissive_lmt_sanitization
Filter to determine if live merge tag sanitization should be used.
gpb_admin_calendar_event
Filter the admin calendar event response. Allows customizing data shown for bookings in the admin calendar.
gcgc_after_delete_calendar_event
Fires after a Google Calendar event is deleted.
gcgc_before_delete_calendar_event
Fires before a Google Calendar event is deleted.
gcgc_update_calendar_event_params
Filters the parameters used to update a Google Calendar event.
gcgc_create_calendar_event_params
Filters the parameters used to create a Google Calendar event.