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_page_load_logic_setting
The gravityflow_page_load_logic_setting filter enables the page load vs dynamic conditional logic option to be customized.
gravityflow_field_value_status_table
Filter to override the values which appear in the columns of the Workflow status table.
gravityflow_webhook_args
The filter gravityflow_webhook_args filter allows the webhook to be modified before it's sent.
gravityflowwoocommerce_can_create_entry
The gravityflowwoocommerce_can_create_entry filter can be used to control if a new entry should be created after a WooCommerce Order is placed.
gravityflow_inbox_submitter_name
This filters overrides the value which appears in the Submitter column of the Workflow Inbox.
gravityflow_form_ids_inbox
The gravityflow_form_ids_inbox filter is used to constrain which forms' entries are displayed via the Inbox Page or admin view. .
gravityflow_date_format_entry_detail
The gravityflow_date_format_entry_detail filter is used to adjust the date format which status information is displayed in the info box on the entry detail page.
gravityflow_notification
Allows the emails to be filtered before they’re sent.
gravityflowchecklists_checklists
The gravityflowchecklists_checklists filter allows the checklist configurations to be filtered. ParameterTypeDetails$checklist_configs ArrayThe array of checklist configurations.$userWP UserThe user.
gravityflow_timeline_notes
The gravityflow_timeline_notes filter allows you to customize the entries of the activity log for a given entry/workflow, before they are presented in multiple locations including the entry detail screen and {workflow_timeline} merge tag.