Documentation Category: Hook

gpnf_nested_form_field_value

DescriptionUsageParametersSinceDescription Filter the nested form field value. Usage Filter the nested form field value for all Nested Forms. Filter the nested form field value for …

gpnf_export_exclude_hidden_field_inputs

DescriptionUsageParametersExamplesExclude the addition of form fields hidden inputs to the parent form export settings.SinceDescription Filter whether or not to exclude the addition of form fields …

gpasc_disable_sharing_drafts

DescriptionUsageParametersSinceDescription Allows you to disable sharing drafts for a given form or globally for all forms. Usage Filter whether all forms should disable sharing drafts. …

gpac_should_clean_merge_tag_value (JS)

DescriptionUsageParametersSinceDescription Filter whether a number from a merge tag replacement should be cleaned (e.g. commas and currency removed). It’s recommended to use this hook with …

gprf_reload_link

DescriptionUsageParametersExamplesAdd additional classes to the reload link.SinceDescription Filter the reload link HTML string. Usage Parameters reload_link string The reload link HTML string. form array The …

gspc_product_form_id

DescriptionUsageParametersSinceDescription Filter the form ID used for a product. Usage Parameters form_id int The current form ID. product \WC_Product The WC product. Since This filter …

gfff_feed_condition_met

DescriptionUsageParametersSinceDescription Filters whether to reprocess feeds that have already been processed. Usage Apply to feeds for all forms. Apply to feeds for a specific form. …

gppa_ajax_form_field_values (JS)

DescriptionUsageParametersExamplesRequire input to not have smart (curly) quotes, convert it to straight quotes instead.SinceDescription Filter the AJAX form field values used when dynamically refreshing fields …

gpld_datepicker_data

DescriptionUsageParametersSinceDescription Modify the settings data used by GP Limit Dates Usage Parameters data Object Settings pertaining to GP Limit Dates formId string Form ID of …

gcgs_reset_row_metadata

DescriptionUsageParametersSinceDescription Filters whether to reset spreadsheet row metadata when the developer metadata quota has been exhausted. Usage Parameters reset_row_metadata bool Whether or not to reset …

gcn_notion_page_data

DescriptionUsageParametersSinceExamplesDisable updating Notion page contentSupport Notion’s Relation PropertyDescription Filters the values to be added to the page. Usage Apply when adding and updating Notion pages …

gcn_show_feed_database_debug_info

DescriptionUsageParametersSinceDescription Filters whether to show debug info for the feed settings. Usage Parameters show_feed_debug_info bool Whether to show debug info for the feed settings. feed …

gcn_show_danger_zone

DescriptionUsageParametersSinceDescription Filter whether the “Danger Zone” section should be shown in the plugin settings. Right now, the only utility in the Danger Zone is purging …

gcn_should_delete_entry_in_resource

DescriptionUsageParametersSinceDescription Filter whether the entry should be deleted in the resource. Usage Apply to all feeds on all forms. Apply to all feeds on a …

gpaa_field_autocomplete_value (JS)

DescriptionUsageParametersSinceExamplesSet a custom autocomplete attribute value for the “address1” field.Description Filters the value for an input’s autocomplete attribute. (Defaults to “off”) See the MDN reference …