Documentation Category: Hook

gpp_debug_panel_feed_data

Filter the data exposed for each feed in the debug panel. Use this to hide sensitive fields from non-admin users. Used by Gravity Wiz for demo functionality.

gpp_debug_panel_config

Filter the debug panel JavaScript configuration.

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.