• spychalski

    (@spychalski)


    https://www.spychalski.de/blog/archives/2005/03/13/small-wordpress-fix/

    If you have multiple authors who are allowed to ack comments, you might want to change comment-functions.php line 717


    @wp_mail($admin_email, $subject, $notify_message, $message_headers);

    to

    @wp_mail($user->user_email, $subject, $notify_message, $message_headers);

    Notification mails for comments held for moderation are now sent to the post author instead of the admin.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Send moderation emails to post authors’ is closed to new replies.