apply_filters( 'llms_transaction_refund_note', string $note, LLMS_Transaction $transaction, float $amount, string $method )

Filters user-submitted transaction refund order note.


Parameters Parameters

$note

(string) The user-submitted order note text.

$transaction

(LLMS_Transaction) The transaction object.

$amount

(float) The refund amount.

$method

(string) The ID of the refund method.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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