gpqr_is_supported_field (JS)
DescriptionUsageParametersExamplesAdd QR Code Scanner checkbox to Email fieldsSinceDescription Filter if a field should be shown the checkbox to enable the QR Code scanner. Usage Parameters …
gpeb_delete_entry
DescriptionUsageParametersSinceDescription Fires before an entry will be permanently deleted by Entry Blocks. Usage Parameters entry array The entry that will be deleted. Since This action …
gpeb_trash_entry
DescriptionUsageParametersSinceDescription Fires before an entry will be moved to the trash by Entry Blocks. Usage Parameters entry array The entry that will be trashed. Since …
gpnf_save_and_continue_token
DescriptionUsageParametersSinceDescription Filter the Save & Continue token that will be used to retrieve child entries for population in a Nested Form field. Usage Parameters gf_token …
gpac_should_clean_merge_tag_value
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 …
gppa_prepopulate_field_values
DescriptionUsageParametersSinceDescription Filter the values that will be used as pre-populated values for Populate Anything. Common use-cases here are pulling in values from other perks such …
gpnf_all_entries_nested_entry_markup
DescriptionUsageParametersSinceDescription Filter an individual entry’s markup when displayed using {all_fields}. Usage Filter the {all_fields} markup for all Nested Forms in a form. Filter the {all_fields} …
gppa_field_objects_query_args
DescriptionUsageParametersSinceDescription Filter the arguments used when querying an Object Type for objects. Usage Parameters args array filter_groups array Filters for querying/fetching the objects. ordering array …
gppa_value_specification
DescriptionUsageParametersSinceDescription Filter the specification used by $wpdb->prepare() when inserting a value into a query. Usage Parameters value_specification string The value specification to be used. Typically …
gpb_enable_blocklist_spam
DescriptionUsageParametersSinceDescription Enable Blocklist Spam to send entries that contain blocklisted words to spam rather than returning a validation error. Usage Apply to all forms. Apply …
gpnf_fetch_form_html_after_add_or_edit (JS)
DescriptionUsageParametersSinceDescription Filter to determine if the child form HTML should be refreshed after adding or editing entries. Return “false” here to disable refreshing child form …
gpep_active_feeds
DescriptionUsageParametersSinceExamplesPrioritize Token over User PassthroughDescription Filter active Easy Passthrough feeds when fetched. Usage Apply to Easy Passthrough feeds for all forms. Apply to Easy Passthrough …
gpcp_pricing_logic
DescriptionUsageParametersSinceDescription Filter the pricing logic that will be used for the given form. Usage Apply to all forms. Apply to a specific form. Parameters pricing_logic …
gpeb_delete_entry_permanently
DescriptionUsageParametersSinceDescription Filter whether an entry deleted using the Delete Link in a block should skip the trash and immediately be deleted permanently. Usage Parameters delete_permanently …
gpnf_export_parent_entry_row
DescriptionUsageParametersDescription Disable the output of parent entry rows so that only child entry rows are exported. This filter should be used in conjunction with the …