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.


Top ↑

Source Source

File: includes/models/model.llms.transaction.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.