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
gravityflowpdf_file_name
Use this filter to change the name of the PDF file generated via the PDF Generator Add-On.
gravityflowpdf_download_file_name
Use this filter to change the name of the downloadable PDF file via the merge tag.
gravityflowpdf_mpdf_config
The gravityflowpdf_mpdf_config filter allows customization of the mPDF initialization properties to be overridden.
gravityflowpdf_generated
The gravityflowpdf_generated action allows customization to occur immediately after the successful generation of the PDF file on the server.
gravityflow_site_cookie_path
The gravityflow_site_cookie_path can be used to set the cookie path of the token.
gravityflow_above_approval_buttons
The gravityflow_above_approval_buttons action allows custom buttons or information to be presented to the assignee directly above the approve/revert/reject buttons on the entry details page.