Filter: mt_confirmed_transaction_before

apply_filters( 'mt_confirmed_transaction_before', $message, $receipt, $purchase, $post_id ) → {string}

Filter messages shown above a transaction that 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