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_enqueue_frontend_scripts
The gravityflow_enqueue_frontend_scripts action allows developers to enqueue additional scripts and styles that are needed for custom functionality when Gravity Flow frontend components are present.
gravityflow_menu_items
The gravityflow_menu_items filter allows developers to modify the main navigation menu items in the Gravity Flow WordPress menu.
gravityflow_toolbar_menu_items
The gravityflow_toolbar_menu_items filter allows developers to modify the toolbar menu items in the Gravity Flow interface.
gravityflow_sanitize_instructions
The gravityflow_sanitize_instructions filter allows developers to control whether step instructions displayed on the Gravity Flow entry detail page are sanitized using WordPress’s wp_kses_post() function.
gravityflow_entry_count_step_list
The gravityflow_entry_count_step_list filter allows developers to control whether the entry count column is displayed in the Gravity Flow step list.
gravityflow_page_title_print_entry
The gravityflow_page_title_print_entry filter allows developers to customize the page title in the browser tab when printing Gravity Flow entries.
gravityflow_step_notification_assignees
The gravityflow_step_notification_assignees filter allows developers to customize the list of assignees who will receive notifications for a specific step.
gravityflow_web_api_capability_post_entries_assignees
The gravityflow_web_api_capability_post_entries_assignees filter allows developers to customize the capability required to update the status of an assignee for a workflow step via the Gravity Flow WEB API.
gravityflow_web_api_capability_get_entries_steps
The gravityflow_web_api_capability_get_entries_steps filter allows developers to customize the capability required to retrieve the workflow steps for a specific entry via the Gravity Flow Web API.
gravityflow_settings_menu_tabs
The gravityflow_settings_menu_tabs filter allows developers to customize the tabs in the Gravity Flow Settings menu.