Documentation Category: Hook

gpp_debug_panel_persist_state

Filter whether to persist the debug panel state in localStorage. When disabled, the panel will not remember its open/closed state between page loads.

gpp_debug_panel_default_open

Filter the default open state of the debug panel.

gfff_entry_queued

Fires after an entry is queued for feed processing.

gpdtc_date_field_value

Filter the date field input value to be used for calculations.

gpb_capacity_limit

Filter the capacity limit for a specific time period. This filter allows you to dynamically adjust capacity based on the booking date/time. Useful for scenarios like reduced weekend capacity, seasonal adjustments, or special events.

gpasc_new_draft_form_path

Allows the form path used in the “New Draft” button to be modified. This can be useful when the form is loaded with an AJAX request.

gpasc_before_create_auto_save_resume_token

Action that is fired beore an entry draft is auto-saved. This is undocumented and added for use in automated tests.

gpasc_init_settings

Filter the frontend init settings.

gpasc_should_defer_autosave_init

Disable immediate initialization of GPASC functionality.

gspc_coupon_addon

Filter the coupon addon output. Receives the formatted addon array for customization.

gpeu_unsubscribe_confirmation

Filter the unsubscribe confirmation message and title. Note, this will not be used if setting `url` in the gpeu_unsubscribe_url_args filter.

gpeu_user_unsubscribed

Fires after a user has been successfully unsubscribed from GPEU emails. This action provides all the details about the unsubscribe action, allowing developers to trigger custom actions such as sending admin notifications, unsubscribing from third-party services, or logging the event.

gpeu_unsubscribe_link_text

Filter the text inside unsubscribe links.

gpeu_unsubscribe_url_args

Filter the arguments used to build the unsubscribe URL.

gcgs_feed_action

⚠️ EXPERIMENTAL HOOK ⚠️ Filters the “mode” that the feed will be processed in. This allows form submissions to update a Google Sheet based on the value of a Field Mapping or the value defined by the [gcgs_lookup_field](https://gravitywiz.com/documentation/gcgs_lookup_field/) filter).