1,000+
February 19, 2026
December 30, 2010
Normally, when a comment gets submitted to a particular post, the author of that post gets a notification about it. And when a comment is held for moderation (which depends on your sites comment settings) then the moderation notification is sent to both the post Author (if he/she has moderation rights) and the site’s Administration E-mail Address as configured under Settings > General at the same time.
On colaboration sites or sites managed by a webmaster or designer where the client is the post author, the site admin, with enough on his/her mind already, is bothered with each and every new comment in the moderation queue.
This plugin can change that.
Just install and activate it: All post comment moderation notifications will be sent only to each respective Post Author. If, by any chance, the post author has no moderation rights (Contributor level) or there is no valid author e-mail set then the default site e-mail address will still get the notification.
WordPress Multisite compatible, per-site or network activated or as a must-use plugin.
Plugin Settings
Options will be added in the future but for now, you can only change the plugin behavior via constants in your wp-config.php file.
Add them on a new line in your wp-config.php file, just above the line that sais: /* That's all, stop editing! Happy publishing. */.
These constants are currently available:
These options are currently available:
Examples:
Use define( 'COMMENT_NOTIFICATION_RECIPIENTS', 'site_admin_only' ); to make new comment notifications go to the site admin e-mail address, and no longer the post author.
Use define( 'COMMENT_MODERATION_RECIPIENTS', 'post_author_only' ); to make comment moderation notifications only go to the authors e-mail address, and no longer the site administrator address (unless the post author does not have moderation rights).
Hit install now, provide your site home address and continue to log in on your own site. Easy, by Covered Web Service 🙂
There is no settings page. See the plugin Description for instructions.
To test if it is working:
This plugin does not send any messages. It only changes the addressee of the comment moderation queue notifications that are sent by WordPress.
If nobody get any of these notifications, disable the plugin and test again. You will probably still not get any notifications and the problem lies with WordPress not being able to send emails via PHP. There are other plugins or tutorials about server configuration that can help you with that…
Yep, it was made for Multisite 🙂
You can install it in /plugins/ and activate it site-by-site or network wide. Or you can upload it to /mu-plugins/ for automatic (must-use) inclusion.
20240119
* NEW: set Site Amdin only recipient with constant in wp-config.php
* NEW: set New Comment Notification recipients with constant in wp-config.php
* WordPress Coding Standards
20210511
* FIX: allow for other comment_moderation_recipients filters running before this one
20170717
* WP 4.8+ compatibility
20140904
* New concept: filter comment_moderation_recipients available since WP 3.7
20130627
* WP 3.1+ compatibility
20101123
* First concept: replace function wp_notify_moderator()