/** * Stachethemes Event Calendar 5.x mod * Automatically insert reminder for new attendees 2 days before event * @param (int) $result id of the newly created attendee * @return void * @since 5.0.7 * * @note: should be placed in the theme or child-theme (recommended) functions.php file */ add_action('stec_after_attendee_create_item', function ($result) {
Hi,
Sorry for so many tickets, but is there a way to just enable auto reminders globally instead of having to go into each one and set reminds?
Thanks,
Panatda
I recently wrote a hook for this:
Please this hook in your theme or child-theme functions.php file.
Stachethemes Developer
Awesome. Thank you so much!