fbpx
Did you miss our exclusive webinar on Attendee information? Click here to view the recorded session.
How can we help?

Send an email notification to the organizer when a event is approved

It will be very helpful in communication strategies if you will send an email notification to organizers once their event is approved.

Following the below steps will help you to send an email notification to the organizer when an event is approved:

Send an email notification steps:

  1. Open your child theme.
  2. Add the below code to functions.php file:
    function send_email_notification_to_organizer($post_id) {
       $post = get_post($post_id);
       $author = get_userdata($post->post_author);
    
       $message = "
          Hi ".$author->display_name.",
          Your listing, ".$post->post_title." has just been approved at ".get_permalink( $post_id ).". 
       ";
       wp_mail($author->user_email, "Your event listing got published!", $message);
        }
       add_action('publish_event_listing', 'send_email_notification_to_organizer');
    
  3. You can customize the message easily.

Use a plugin such as Post Status Notifier Lite.

Send An Email Notification To The Organizer When A Event Is Approved
Ashok Dudhat

Our team constantly explores ways that technology can help us reinvent industries. We want to change the world by creating great products that transform industries. We Dream It, We Make It.

Quick Links
Close
Close