apply_filters( 'mt_confirmed_transaction', $message, $receipt, $purchase, $post_id ) → {string}
Filter messages shown after a transaction has been confirmed.
Parameters:
Name | Type | Description |
---|---|---|
$message |
string | Default empty string. |
$receipt |
string | Receipt ID. |
$purchase |
array | Array of purchased tickets. |
$post_id |
int | Payment ID. |
- Source:
Returns:
- Type
- string