Duplicate Snippet
Embed Snippet on Your Site
Filter the message generated for admin confirmation | Quick Event Manager
add_filter('qem_registration_email_message',,,3);
This filters allows you to adjust the confirmation email to the admin / organiser ( $content) . It can take up to 6 arguments, $content, $details, $close, $id, $payment.
The following reconstructs the email to append a heading with numbers attending.
(Note this code snippet applies for "Quick Event Manager Plugin" available here: https://fullworksplugins.com/products/quick-event-manager/ )
Code Preview
php
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments