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
gravityflow_step_highlight_color_inbox
The gravityflow_step_highlight_color_inbox filter allows the step highlight color (hex value) of gravity flow inbox entries to be modified.
gravityflow_workflow_detail_sidebar
The gravityflow_workflow_detail_sidebar action is used to present custom panels in the sidebar between the workflow info and admin panels (assuming the current user has role/permissions to see the admin panel.
gravityflow_next_step
The gravityflow_next_step filter allows the next step in the workflow to be customized.
gravityflow_pre_restart_workflow
The gravityflow_pre_restart_workflow action fires just before the workflow restarts for an entry.
gravityflow_print_entry_footer
Use this action to add custom text on the bottom of each entry when printing entries.
gravityflow_send_to_step_condition_not_met
The gravityflow_send_to_step_condition_not_met filter determines what next step a workflow should proceed to instead of the selected step that failed its step conditions.
gravityflow_admin_action_feedback
The gravityflow_admin_action_feedback filter can process custom choices from the admin actions drop-down menu on the workflow detail page.
gravityflow_reports_args
The gravityflow_reports_args filter allows the reports display arguments to be overridden.
gravityflow_sort_criteria_status
The gravityflow_sort_criteria_status filter allows the initial sort order on status page load to be defined.
gravityflowpdf_process_template_shortcodes
The gravityflowpdf_process_template_shortcodes filter can be used to prevent shortcodes placed in the PDF template being processed.