apply_filters( 'llms_transaction_can_be_refunded', boolean $can_be_refunded , LLMS_Transaction $transaction )
Filters whether or not a transaction can be refunded.
Parameters Parameters
- $can_be_refunded
-
(boolean) Whether the transaction can be refunded.
- $transaction
-
(LLMS_Transaction) The transaction object.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |