Just change to to
address for these emails.
Sample code, not tested:
// hook in late, to avoid side effects.
add_filter( 'comment_notification_headers', 'wpse_73855__change_comment_notify_to' );
function wpse_73855__change_comment_notify_to( $input )
{
if ( 'comment_notification_headers' === current_filter() )
{
add_filter( 'wp_mail', __FUNCTION__ );
return $input;
}
$input['to'] = get_option( 'admin_email' );
remove_filter( current_filter(), __FUNCTION__ );
return $input;
}
Related Posts:
- Error While Sending Comment
- How to prevent users/authors from seing IP/email of new commentators?
- Subscribe to a post’s comments without posting a comment yourself
- How to change the email notification recipient (user) for new comments?
- Change Comment Author Display Name
- Check If comment author is registered
- Comment Author Name In Reply Form
- Display all comments or recent comments per user on author page
- how to make author to write comment on only his own posts?
- How to check if commenter is the_author?
- If new comment posted in custom post – send notification to custom email from custom field
- Disable Admin account being emailed for comment notification
- WordPress comments email notification for authors
- Let user edit his own comment
- Send Notifications to All Admins
- edit comments capability for authors
- Why are authors allowed to approve comments on their posts? How to revoke privilege?
- Reject Comments Based on Author Email
- Hide notifications regarding new comments
- List user comments in author page
- Author can only see own post comment and can moderate
- WordPress comments on users profile
- Comment displaying full name even after setting another display name?
- Notify post author for a new comment on his post?
- wp-comment author- url +, email filter hook
- Reply By Email to comment notifications
- comment reply by email
- How can I get list of emails of users who commented on a post?
- Woocommerce comments subscription [closed]
- How many members have made comments approved for an article?
- Commentlist: bypostauthor problem with children list
- How do I disable the discussion notification emails to us when a comment is “approved” and when an adiministrator replies?
- Sent comments notifications to multiple users
- Only Allow post author and “Premium” Role user to comment
- How to get Post title by locale with Qtranslate-X
- get_comment_author_link not working properly
- Get Comment Author ID on the fly while posting
- How to use filter on comment submission/insert
- How can I hide comment of the authors from their published posts?
- WordPress Custom Local Avatar not showing in comments
- Attaching author tag to the comment
- Author name length character limit?
- Comments counter only for Authors Posts
- Comments pagination on author page
- Change author, disable comments, enable trackbacks for all items in library
- Prevent author from editing comments from others in their post
- Not receiving any e-mails after new comment
- URLs to user page is broken
- Comment notification not working
- How to ‘If Author’ Comments Check
- Auto approve all comments (editor)
- Commenting in user profile page?
- How to load and show comments with AJAX instead of pagination?
- get recent comments of a particular category
- Hook/Filter before and after comments
- Can I seperate comments from post?
- Display commenter’s registration date on comments?
- How do I display the commentor’s first name and last name in the comments?
- show un-approved comments at wordpress front end
- How to add consent checkbox in comment section
- How to add pagination to comments?
- WP 4.4.1 allow empty comments via add_action ‘pre_comment_on_post’
- How to get replies of a comment?
- Share comment to twitter after publishing [closed]
- changing comment-page-# to something like review-page-#
- Add filter to comments loop?
- Assign author to comment from post edit page
- The “\” is missing when comments is updated
- Posting comment returns 404
- How-To and Troubleshooting Canonical Links for Paginated Comments
- How to hide trackbacks on wp-admin/edit-comments.php
- Using a static callback on wp_insert_comment
- Show comment pop up links as text only
- Displaying comments on pages distinguished by GET IDs
- Is there a hook to update / replace values in the “Enable threaded (nested) comments x levels deep” drop down?
- Update comment meta for all comments of specific post
- How to change comment texts that has a specific comment_ID – Hook into comment
- counting trackbacks, pingbacks and comments of a post
- Adding comments section to website integrated WordPress instance
- Modify links in user comments
- How indicate when a functions was upgraded in relationship to the entire program [closed]
- Empty comments field or
- What templates/funtions needed in custom theme to allow comments the new 3.0 way
- Default Gravatar not showing for pings
- How to customize ‘children comments’ in WordPress?
- Disallow Comments
- tag based subscription
- Keep comment author’s name on their comment even when their account is deleted
- Comments.php is not getting called on main blog page
- Allowing comments on author pages
- Comment section not appearing on posts
- How can I see whether a commenter has subscribed to be notified of replies / other comments to a post
- Where is the Leave a Comment link set
- Auto disable comments with custom field
- I want to fill the comment with the comment count?
- delete user not working
- How to remove or customize “Comment” in comments form?
- Comments on pages not appearing, even though I enabled them
- check if a comment was made by a registered user
- comment_approved custom value