Add-On Framework Filters
Articles
gform_gf_field_create
Use this filter to modify or replace the GF_Field object after it has been created.
gform_is_delayed_pre_process_feed
This filter can be used to delay feed processing for Add-On Framework based add-ons.
gform_is_feed_asynchronous
The gform_is_feed_asynchronous filter can be used to enable background processing of feeds. This prevents feed processing from impacting form submission performance.
gform_is_feed_error_retryable
The gform_is_feed_error_retryable filter determines whether a feed should remain in the queue for another processing attempt after encountering an error.
gform_is_ssl
Use this filter to determine whether or not the current page is running securely (https). Useful when using a proxy server that does not set the $_SERVER['HTTPS'] variable.
gform_list_field_parameter_delimiter
Allows modification of the delimiter used to parse List field URL parameters.
gform_max_async_feed_attempts
This filter allows the number of retries to be modified before the feed is abandoned.
gform_max_async_task_attempts
The gform_max_async_task_attempts filter allows developers to set the number of retries to be modified before the task is abandoned.
gform_post_select_initial_count
The gform_post_select_initial_count filter in Gravity Forms allows setting the default number of posts to retrieve when the Settings API renders a field of type post_select.
gform_post_select_post_types
The gform_post_select_post_types filter in Gravity Forms allows additional post types to be used when the Settings API renders a field of type post_select.