Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#33717 Add docs for the opt-in email sent to the author when a moderated comment is published #18

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,18 @@ Sent when a user or visitor submits a comment that gets automatically approved,
Overwrite the pluggable function
See also the hardcoded action added to wp_set_comment_status in wp_set_comment_status()

### Moderated comment is published

Sent when a comment previously held for moderation is approved and the comment author has opted in to receiving a notification when their comment is published.

To: Comment author
From: WordPress <wordpress@host>
Subject: [%1$s] Your comment on "%2$s" has been approved
Function: wp_new_comment_notify_comment_author()
Pluggable: No
Filters: comment_approval_notification
Disable: Remove wp_new_comment_notify_comment_author action on comment_unapproved_to_approved hook

## Change of Admin Email

### Change of site admin email address is attempted
Expand Down