Gravity Flow Actions and Filters
Articles
gravityflow_post_process_workflow
The filter allows the trigger of an action after the conclusion of any workflow step.
gravityflow_post_status_update_approval
The gravityflow_post_status_update_approval action allows the user to perform custom actions after the Approval workflow step status has been processed.
gravityflow_post_update_post
The gravityflow_post_update_post action allows custom code to be performed after the Update Post step type has completed.
gravityflow_post_webhook
The gravityflow_post_webhook action fires after the webhook request.
gravityflow_pre_cancel_workflow
The gravityflow_pre_cancel_workflow action hook fires just before a workflow is cancelled.
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_print_entry_header
Use this action to add custom text on the top of each entry when printing entries.
gravityflow_print_styles
Use this filter to add custom stylesheets to the print entry screen. Return an array of script handles.
gravityflow_reject_label_workflow_detail
The gravityflow_reject_label_workflow_detail filter can be used to modify the ‘Reject’ label on the Approval step.