Extension Actions and Filters
Checklists Extension Hooks
Hooks related to the Gravity Flow Checklist Extension.
Flowchart Extension Hooks
Hooks related to the Gravity Flow Flowchart Extension.
Folders Extension Hooks
Hooks related to the Gravity Flow Folders Extension.
Form Connector Hooks
Hooks related to the Gravity Flow Form Connector Extension.
Incoming Webhooks Hooks
Hooks related to the Gravity Flow Incoming Webhooks Extension.
Parent-Child Forms Hooks
Hooks related to the Gravity Flow Parent-Child Forms Extension.
PDF Generator Hooks
Hooks related to the Gravity Flow PDF Generator Extension.
Stripe Hooks
Hooks related to the Gravity Flow Stripe Extension.
Vacation Requests Hooks
Hooks related to the Gravity Flow Vacation Requests Extension.
WooCommerce Hooks
Hooks related to the Gravity Flow WooCommerce Extension.
Articles
gravityflowpdf_process_template_shortcodes
The gravityflowpdf_process_template_shortcodes filter can be used to prevent shortcodes placed in the PDF template being processed.
gravityflowstripe_pre_cancel_workflow
The gravityflowstripe_pre_cancel_workflow action fires just before a workflow is marked as cancelled due to a failed Stripe payment.
gravityflowvacation_balance
The gravityflowvacation_balance filter allows the vacation balance to be modified by the user.
gravityflowvacation_start_month
Use this filter to change the starting month for vacation calculations.
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.
gravityflowwoocommerce_checkout_step_url
The gravityflowwoocommerce_checkout_step_url filter allows developers to modify the checkout step URL generated for WooCommerce checkout steps.
gravityflowwoocommerce_new_entry
The gravityflowwoocommerce_new_entry can be used to add values from a WooCommerce order to entry fields.
gravityflowwoocommerce_paid_payment_status
The gravityflowwoocommerce_paid_payment_status filter allows you to customize what status is returned after capturing payment.
gravityflowwoocommerce_payment_step_started
The gravityflowwoocommerce_payment_step_started allows developers perform custom actions (such as logging, notifications, or integration tasks) right when the payment step begins processing an entry.
gravityflowwoocommerce_post_update_entry
The gravityflowwoocommerce_post_update_entry action allows the entry to be modified after processing.