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.
Data Objects
Articles
gravityflow_inbox_args
The gravityflow_inbox_args filter allows the inbox page arguments to be overridden.
gravityflow_feedback_message_user_input
Use this filter to change the text of the feedback message on the user input step.
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.