Developers

Articles

gravityflowformconnector_update_entry_approval_status

The filter gravityflowformconnector_update_entry_approval_status can be used for setting the approval status without having to use a field on the form to define the status.

gravityflowformconnector_target_entry_id

The filter gravityflowformconnector_target_entry_id can be used to change the target entry of the Form Connector Update Fields Step.

gravityflowformconnector_update_entry_form

The gravityflowformconnector_update_entry_form filter allows the form of entry for update to be customized/hydrated.

gravityflowincomingwebhook_response_pre_process

The gravityflowincomingwebhook_response_pre_process filters the processing of the webhook to be able to override the response entirely.

gravityflowformconnector_post_new_entry

The gravityflowformconnector_post_new_entry action allows customization to occur immediately after the new entry has been created by the form connector extension.

gravityflowchecklists_entry_url

Allows the URL to the entry from the checklist to be modified. Parameters ParameterTypeDetails $url, String Entry URL$formFormThe form $entries EntryEntries$exemptString URL to be exempted.

gravityflowchecklists_form_url

The hook gravityflowchecklists_form_url allows the URL to the form from the checklist to be modified. ParameterTypeDetails$formForm The form$entriesEntry The entries$exemptBoolean User exempted fro submitting the form$URLString The URL.

gravityflowfolders_folder_match_add_step

Added in version 1.4 The gravityflowfolders_folder_match_add_step filter allows determination of whether entry should be added to a folder to be customized.

gravityflow_discussion_items_display_toggle

Determines whether to show/hide the toggle to display more discussion items. Default is true to display the toggle.

gravityflowfolders_render_folder_id

The gravityflowfolders_render_folder_id allows customization of which folder is rendered ParameterTypeDefinition$folder_idIntegerFolder name / ID from shortcode arguments.$argsargsShortcode arguments.$userWP_UserUser to render folder entries for - specified by $args or wp_get_current_user.