gcgc_event_timezone
Filters the timezone used when creating or updating events.
gcgc_should_send_error_notification
Filters whether to send error notification.
gcgc_should_delete_calendar_event
Disable Google Calendar event deletion when the “edit_rows” config option is enabled.
gfdt_grant_preview_permission
Filter whether user should be granted permission to preview forms.
gfdt_preview_template
Filter the template used to render the Live Preview.
gfdt_enable_globally
Enable preview features for forms outside of core/live preview.
gfdt_enable_form_action
Enable the “Live Preview” form action (displays beneath each form title on the Form List view).
gpp_iframe_template_output
Filter the processed template output.
gpp_locate_template
Filter the located template path.
gpp_iframe_url_args
Filter the iframe URL arguments. Use this filter to add custom query parameters to the popup iframe URL. These parameters will be available in the iframe context and can be read by Gravity Forms hooks like `gform_pre_render`.
gpp_iframe_custom_css
Filter custom CSS for the iframe.
gpp_frame_ancestors
Filter allowed frame ancestors for the iframe. By default, only the current site (‘self’) can embed the iframe. – Return an array of additional allowed origins to allow cross-origin embedding – Return null to disable the CSP header entirely (not recommended)
gpp_can_access_form
Filter whether the current user can access the popup form.
gpp_iframe_request_init
Fires early in the iframe request, before the popup is loaded. Use this action to disable debug tools, modify headers, or perform other early setup for the iframe context.
gpp_debug_panel_feeds
Filter the feeds shown in the debug panel. Use this to limit which feeds are visible to non-admin users. Used by Gravity Wiz for demo functionality.