Extension Actions and Filters
Checklists Extension Hooks
Hooks related to the Gravity Flow Checklist Extension.
Flowchart Extension Hooks
Hooks related to the Gravity Flow Flowchart Extension.
Folders Extension Hooks
Hooks related to the Gravity Flow Folders Extension.
Form Connector Hooks
Hooks related to the Gravity Flow Form Connector Extension.
Incoming Webhooks Hooks
Hooks related to the Gravity Flow Incoming Webhooks Extension.
Parent-Child Forms Hooks
Hooks related to the Gravity Flow Parent-Child Forms Extension.
PDF Generator Hooks
Hooks related to the Gravity Flow PDF Generator Extension.
Stripe Hooks
Hooks related to the Gravity Flow Stripe Extension.
Vacation Requests Hooks
Hooks related to the Gravity Flow Vacation Requests Extension.
WooCommerce Hooks
Hooks related to the Gravity Flow WooCommerce Extension.
Articles
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.
gravityflowfolders_folder_match_remove_step
Added in version 1.4 The gravityflowfolders_folder_match_remove_step filter allows determination of whether entry should be removed from a folder to be customized.
gravityflowfolders_folders
Added in version 1.4 The gravityflowfolders_folders filter allows customization of the list of folders can be added/removed from.
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.
gravityflowformconnector_[type]
The gravityflowformconnector_[type] filters allows the entry to be modified before create, update, submission. The actual filter name to hook on depends on which token type you are wanting to filter.
gravityflowformconnector_[type]_target_form_id
The gravityflowformconnector_{type}_target_form_id filter can be used to customize which form certain Form Connector step types will create their entry as.
gravityflowformconnector_delete_entry_id
The gravityflowformconnector_delete_entry_id allows the ID of the entry to be deleted to be overridden. ParameterTypeDefinition$stepStepThe step currently being processed.$formForm objectCurrent form.$entryEntry objectThe current entry.$target_entry_idIntegerThe target entry.
gravityflowformconnector_new_entry_form
The gravityflowformconnector_new_entry_form filter allows the form to be modified before it is processed for mapping into a new.
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.
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.