Extension Actions and Filters
Checklists
Folders
Form Connector
Incoming Webhooks
Parent-Child Forms
PDF Generator
Vacation Requests
WooCommerce
Articles
gravityflowchecklists_checklists
The gravityflowchecklists_checklists filter allows the checklist configurations to be filtered. ParameterTypeDetails$checklist_configs ArrayThe array of checklist configurations.$userWP UserThe user.
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.
gravityflowchecklists_post_add_exemption
The gravityflowchecklists_post_add_exemption action fires after an admin has clicked on the checkbox to exempt a user from completing the form.
gravityflowchecklists_post_remove_exemption
The gravityflowchecklists_post_remove_exemption action fires after an admin has clicked on the checkbox to remove an exemption for a user.
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.