Developers
Gravity Flow Actions and Filters
Understand what hooks Gravity Flow provides, which parameters are available to them and examples of how they can be used to customize the default plugin behaviour to suit your use case / needs.
Extension Actions and Filters
Understand what hooks each Gravity Flow extension provides, which parameters are available to them and how they can be used to customize the default behaviours to suit your use case / needs.
REST API V2
This section of documentation lists articles related to the REST API v2 for Gravity Flow.
REST API V1
This section of documentation lists articles related to the REST API v1 for Gravity Flow.
Class Objects
Reference for the main PHP classes that power Gravity Flow. Each entry describes the class purpose, available methods and properties, and how developers can extend or override behavior.
Data Objects
Articles
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.
gravityflowfolders_folders
Added in version 1.4 The gravityflowfolders_folders filter allows customization of the list of folders can be added/removed from.
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.
gravityflow_entry_link_inbox_table
Allows the entry link to be modified for each entry in the inbox table.
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.
gravityflowincomingwebhook_response_post_process
The gravityflowincomingwebhook_response_post_process filter allows the WP_REST_Response object to be modified after processing.