Documentation Category: Hook

gpsa_ajax_form_loading_message

Filter to modify the AJAX form loading message.

gpsa_load_form_via_ajax

Filter to determine if forms should be loaded via AJAX.

gpsa_gform_form_args

Filter to modify the Gravity Forms form arguments. This filter is essentially a wrapper around [gform_form_args](https://docs.gravityforms.com/gform_form_args/) which is only applied in the context of Submit to Access blocking content access.

gpsa_has_access

Filter whether the current viewer has access to the given content.

gpsa_supported_post_types

Filter the post types that should support Submit to Access.

gpld_supported_date_input_types

Filter the date input types that are supported by GP Limit Dates.

gpr_filtered_fields

DescriptionUsageParametersSinceDescription Filters the filtered fields in randomization for custom logic. Usage Parameters $filtered_fields array The filtered fields after randomization. form array The form object. Since …

gfff_include_inactive_feeds

Filter whether to include inactive feeds in the feed list.

gspc_handle_custom_order_status

Allow custom handling of WooCommerce order statuses.

gpqr_file_name

DescriptionUsageParametersSinceDescription Filters the file name used when saving the QR code file. Usage Filter generated QR code file name for all forms. Filter generated QR …

gpasc_drafts_cookie_expiration_time

DescriptionUsageParametersSinceDescription Controls how long the draft token cookie is valid for in seconds. Note: the draft token cookie is only applicable for non-authenticated users. Usage …

gppa_field_has_posted_value

Filter whether the posted value check should be considered true for a dynamically populated field. This filter allows you to override the default logic that determines if a field has a posted value, which controls whether Populate Anything should use the posted value or dynamically populate the field. By default, the check is true if a value is present, but you can force it to false to always use dynamic population.

gpi_should_cache_object

Filter whether to cache the object.

gpnf_sorted_entries (JS)

DescriptionUsageParametersExamplesSort using a specific fieldSinceDescription Filter to sort entries in the summary. Usage Parameters entries array The entries to sort. formId int The parent form …

gcgs_allow_user_entered_formulas

DescriptionUsageParametersSinceDescription Filter whether user-entered formulas are allowed. This will not have any effect unless gcgs_allow_user_entered_values is set to true. Usage Filter whether user-entered formulas are …