Filter: $tag_args
Allows custom logic to be used to determine if the add-on should process the submission for the given amount.
Parameters
| Name | Type | Description |
|---|---|---|
| $is_valid | bool | Indicates if the amount is valid for processing. Default is true when the amount is greater than zero. |
| $submission_data | array | The customer and transaction data. |
| $feed | array | The feed to be processed. |
| $form | array | The form being processed. |
| $entry | array | The temporary entry containing the submitted values. |
Since
Source
Defined in includes/addon/class-gf-payment-addon.php at line 901