Auto Responder Message Content

add_filter('qem_autoresponder-message-content', <function>, <priority>, 3);

This filter allows you to alter the auto responder message content. A useful thing to to is add a new placeholder / shortcode. There are three arguments, $msg, $id, $payment.

The following example creates a new placeholder / shortcode called [number] and assigns the total number of attendees so far.

Was this helpful?