Skip to main content

Filter: $tag_args

Allows custom logic to be used to determine if the add-on should process the submission for the given amount.

Parameters

NameTypeDescription
$is_validboolIndicates if the amount is valid for processing. Default is true when the amount is greater than zero.
$submission_dataarrayThe customer and transaction data.
$feedarrayThe feed to be processed.
$formarrayThe form being processed.
$entryarrayThe temporary entry containing the submitted values.

Since

Source

Defined in includes/addon/class-gf-payment-addon.php at line 901