Documentation Category: Hook

gpal_should_remember

DescriptionUsageParametersSinceDescription Filter whether the auto-login should be remembered. A remembered login will keep the user logged in longer. Usage Parameters should_remember bool Whether the login …

gppa_query_cache_hash

DescriptionUsageParameters$args arrayExamplesCustom GF_Entry Query CacheSinceDescription Filter GPPA’s query cache hash. Warning: This modifies how GPPA hashes queries for all types. Incorrect hashing may result in …

gpep_prefer_dynamic_population

DescriptionUsageParametersSinceDescription Modify whether to prefer existing dynamic population over values that are populated using Easy Passthrough. Usage Apply to all applicable fields on all forms. …

gpi_field_refreshed (JS)

DescriptionUsageParametersExampleMove inventory available message into HTML field after field is refreshedSinceDescription Action fired after a field with inventory dependent on a property is refreshed. Usage …

gpnf_init_nested_form

DescriptionUsageParametersSinceExamplesPopulate the Parent Form IDDescription Do something immediately before the nested form modal is initialized. Usage Parameters nestedFormId int The ID of the nested form …

gpi_claimed_inventory

DescriptionUsageParametersSinceDescription Filter the amount of inventory that has been claimed. This filter may need to be used in conjunction with gpi_requested_quantity. Usage Apply to all …

gpi_is_in_stock

DescriptionUsageParametersSinceDescription Filter whether the current field is in stock. Usage Apply to all applicable fields on all forms. Apply to all applicable fields on a …

gpi_requested_quantity

DescriptionUsageParametersSinceDescription Filter the requested inventory amount. This filter needs to be used in conjunction with gpi_claimed_inventory. Usage Apply to all applicable fields on all forms. …

gpaa_values (JS)

DescriptionUsageParametersSinceDescription Filter the formatted values after a place has been selected. Use this to change the format of individual values such as Address 1, City, …

gpaa_init_args

DescriptionUsageParametersSinceDescription Filter the args to initialize Address Autocomplete on the frontend. Usage Filter the args to initialize Address Autocomplete on the frontend for all forms. …

gpaa_init (JS)

DescriptionUsageParametersSinceDescription Action that fires after Address Autocomplete has been initialized on the frontend. Usage Parameters instance GP_Address_Autocomplete Current instance of the class. formId int The …

gpaa_fields_filled (JS)

DescriptionUsageParametersSinceDescription Action that fires after a place is selected and Address Autocomplete has filled the fields. Usage Parameters place google.maps.places.PlaceResult The place selected. instance GP_Address_Autocomplete …

gpaa_autocomplete_options (JS)

DescriptionUsageParametersSinceDescription Filter to change the autocomplete options used to initialize Google Places API Autocomplete. Usage Parameters autocompleteOptions google.maps.places.AutocompleteOptions Options used to initialize Places API Autocomplete. …

gpnf_modal_button_css_classes (JS)

DescriptionUsageParametersExampleAdd a custom class to all buttonsSinceDescription Filter the CSS classes of buttons in the Nested Form modal. Usage Parameters buttonClasses string CSS classes for …

gplcb_should_validate_minimum

DescriptionUsageParametersSinceExamplesOnly validate minimum limit when field is required or when at least one checkbox has been checked.Description Filter whether the current field’s minimum limit be …