Add-On Framework Filters
Articles
gform_allow_async_feed_reprocessing
The gform_allow_async_feed_reprocessing filter enables the reprocessing feeds that have already been processed via background tasks.
gform_entry_meta_pre_render_feed_settings
Allows population of the JavaScript entry_meta variable on the feed configuration page.
gform_feed_settings_before_fields
The gform_feed_settings_before_fields filter allows developers to change the content that is displayed before the feed settings
gform_filter_ui
Allows modifying the existing filter layout or styling.
gform_filters_pre_results
Use this filter to modify the filters used in the drop down list of fields in the admin results page.
gform_form_list_count
This filter allows the form list count array to be modified. This is useful when filtering the form count list.
gform_form_list_forms
This filter allows the forms displayed on the form listing page to be filtered.
gform_form_pre_results
Use this filter to modify the Form object prior to calculating the results in the results admin page.
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.