Filter: gravityflow_admin_action_feedback
Allows the feedback for the admin action to be modified. Also allows custom admin actions to be processed.
Parameters
| Name | Type | Description |
|---|---|---|
| $feedback | string | A string with the feedback to be displayed to the user or an instance of WP_Error. |
| $admin_action | string | The admin action. |
| $form | array | The form array. |
| $entry | array | The entry array. |
Source
Defined in class-gravity-flow.php at line 5648