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_update_button_text_user_input
Use this filter to change the text of the update button on the user input step..
gravityflow_inbox_paging
Allows the paging criteria to be modified before entries are searched for the inbox.
gravityflow_entry_detail
The gravityflow_entry_detail action allows custom markup to be added directly below the grid of field(s) on the entry detail screen.
gravityflow_step_status_evaluation_approval
Allows the step status for the approval to be customised.
gravityflow_inbox_sorting
The gravityflow_inbox_sorting filter allows the sorting criteria to be modified before searching for entries in the inbox.
gravityflowpdf_mpdf
The gravityflowpdf_mpdf filter is used to customize the mPDF instance, which will be used to generate the PDF based on the template (defined in step settings) and entry field values.
gravityflow_step_complete
The gravityflow_step_complete action fires on completing any step in a workflow except the complete step.
gravityflow_feedback_approval
Use this filter to change the text of the feedback message on the approval step.
gravityflow_workflow_complete
The action hook gravityflow_workflow_complete fires when the workflow is complete.
gravityflow_pre_cancel_workflow
The gravityflow_pre_cancel_workflow action hook fires just before a workflow is cancelled.