{"id":11305,"date":"2010-12-30T14:03:39","date_gmt":"2010-12-30T14:03:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/comment-moderation-e-mail-to-post-author\/"},"modified":"2026-02-19T16:40:50","modified_gmt":"2026-02-19T16:40:50","slug":"comment-moderation-e-mail-to-post-author","status":"publish","type":"plugin","link":"https:\/\/ur.wordpress.org\/plugins\/comment-moderation-e-mail-to-post-author\/","author":53261,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.7","stable_tag":"0.7","tested":"6.9.4","requires":"3.7","requires_php":"","requires_plugins":null,"header_name":"Comment Moderation\/Notification Recipients","header_author":"RavanH","header_description":"","assets_banners_color":"d6d5d4","last_updated":"2026-02-19 16:40:50","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/donate\/?hosted_button_id=5UVXZVN5HDKBS","header_plugin_uri":"http:\/\/status301.net\/wordpress-plugins\/comment-moderation-e-mail-to-post-author\/","header_author_uri":"http:\/\/status301.net\/","rating":5,"author_block_rating":0,"active_installs":1000,"downloads":24519,"num_ratings":4,"support_threads":1,"support_threads_resolved":1,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1":{"tag":"0.1","author":"RavanH","date":"2012-02-05 16:10:36"},"0.2":{"tag":"0.2","author":"RavanH","date":"2012-07-14 23:56:41"},"0.3":{"tag":"0.3","author":"RavanH","date":"2014-03-01 22:10:41"},"0.4":{"tag":"0.4","author":"RavanH","date":"2017-07-17 17:54:15"},"0.5":{"tag":"0.5","author":"RavanH","date":"2021-03-03 13:47:43"},"0.6":{"tag":"0.6","author":"RavanH","date":"2023-12-05 20:45:52"},"0.7":{"tag":"0.7","author":"RavanH","date":"2026-02-19 16:40:50"}},"upgrade_notice":{"0.7":"<p>New options, see https:\/\/wordpress.org\/plugins\/comment-moderation-e-mail-to-post-author\/.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":4},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1112139,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":1112139,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4","0.5","0.6","0.7"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[256186,16575,107],"plugin_category":[41,44],"plugin_contributors":[77781],"plugin_business_model":[],"class_list":["post-11305","plugin","type-plugin","status-publish","hentry","plugin_tags-comment-moderation-recipients","plugin_tags-comment-notification","plugin_tags-comments","plugin_category-communication","plugin_category-discussion-and-community","plugin_contributors-ravanh","plugin_committers-ravanh"],"banners":{"banner":"https:\/\/ps.w.org\/comment-moderation-e-mail-to-post-author\/assets\/banner-772x250.png?rev=1112139","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/comment-moderation-e-mail-to-post-author\/assets\/icon-128x128.png?rev=1112139","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>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 <em>both<\/em> the post <strong>Author<\/strong> (if he\/she has moderation rights) <em>and<\/em> the site's <strong>Administration E-mail Address<\/strong> as configured under <strong>Settings &gt; General<\/strong> at the same time.<\/p>\n\n<p>On <strong>colaboration sites<\/strong> 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.<\/p>\n\n<p>This plugin can change that.<\/p>\n\n<p>Just install and activate it: All post comment moderation notifications will be sent <strong>only<\/strong> to each respective <strong>Post Author<\/strong>. If, by any chance, the post author has no moderation rights (Contributor level) <em>or<\/em> there is no valid author e-mail set then the default site e-mail address will still get the notification.<\/p>\n\n<p>WordPress Multisite compatible, per-site or network activated or as a must-use plugin.<\/p>\n\n<p><strong>Plugin Settings<\/strong><\/p>\n\n<p>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.<\/p>\n\n<p>Add them on a new line in your wp-config.php file, just above the line that sais: <code>\/* That's all, stop editing! Happy publishing. *\/<\/code>.<\/p>\n\n<p>These constants are currently available:<\/p>\n\n<ol>\n<li><strong>COMMENT_NOTIFICATION_RECIPIENTS<\/strong> - Controls the New Comment recipients. Default: \"wp_default\" corresponds with \"post_author_only\" WordPress default.<\/li>\n<li><strong>COMMENT_MODERATION_RECIPIENTS<\/strong> - Controls the Comment is waiting for Moderation message recipients. Default: \"post_author_only\".<\/li>\n<\/ol>\n\n<p>These options are currently available:<\/p>\n\n<ol>\n<li><strong>wp_default<\/strong> - The WordPress default behavior. Plugin does nothing.<\/li>\n<li><strong>post_author_only<\/strong> - Send notifications only to the Post Author e-mail address.<\/li>\n<li><strong>site_admin_only<\/strong> - Send notifications only to the Administration Email Address as configured on Settings &gt; General.<\/li>\n<\/ol>\n\n<p><strong>Examples:<\/strong><\/p>\n\n<p>Use <code>define( 'COMMENT_NOTIFICATION_RECIPIENTS', 'site_admin_only' );<\/code> to make new comment notifications go to the site admin e-mail address, and no longer the post author.<\/p>\n\n<p>Use <code>define( 'COMMENT_MODERATION_RECIPIENTS', 'post_author_only' );<\/code> 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).<\/p>\n\n<!--section=installation-->\n<p>Hit <a href=\"http:\/\/coveredwebservices.com\/wp-plugin-install\/?plugin=comment-moderation-e-mail-to-post-author\">install now<\/a>, provide your site home address and continue to log in on your own site. Easy, by Covered Web Service :)<\/p>\n\n<!--section=faq-->\n<dl>\n<dt id=\"i%20see%20no%20settings%20page\"><h3>I see no settings page<\/h3><\/dt>\n<dd><p>There is no settings page. See the plugin Description for instructions.<\/p><\/dd>\n<dt id=\"nothing%20looks%20different.%20is%20it%20working%20at%20all%3F\"><h3>Nothing looks different. Is it working at all?<\/h3><\/dt>\n<dd><p>To test if it is working:<\/p>\n\n<ol>\n<li>Check your Settings &gt; Discussion settings and make sure that (I) at <strong>E-mail me whenever<\/strong> at least <em>A comment is held for moderation<\/em> and (II) at <strong>Before a comment appears<\/strong> at least <em>Comment author must have a previously approved comment<\/em> are checked.<\/li>\n<li>Open an incognito browser window, go to your site as an anonymous visitor and post a comment to a post from anyone with at least author level (contributor has no moderation rights!) other than the main site administrator.<\/li>\n<li>Switch back to your normal browser window, verify that comment went into the moderation queue, verify that you as site administrator did not receive any moderation e-mail and then ask the post author if he\/she did receive the moderation notification correctly :)<\/li>\n<\/ol><\/dd>\n<dt id=\"i%20get%20no%20messages\"><h3>I get no messages<\/h3><\/dt>\n<dd><p>This plugin does not send any messages. It only changes the addressee of the comment moderation queue notifications that are sent by WordPress.<\/p>\n\n<p>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...<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20work%20on%20wpmu%20%2F%20multisite%20mode%3F\"><h3>Does this plugin work on WPMU \/ Multisite mode?<\/h3><\/dt>\n<dd><p>Yep, it was made for Multisite :)<\/p>\n\n<p>You can install it in \/plugins\/ and activate it <em>site-by-site<\/em> or <em>network wide<\/em>. Or you can upload it to \/mu-plugins\/ for automatic (must-use) inclusion.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.7<\/h4>\n\n<p>20240119\n* NEW: set Site Amdin only recipient with constant in wp-config.php\n* NEW: set New Comment Notification recipients with constant in wp-config.php\n* WordPress Coding Standards<\/p>\n\n<h4>0.6<\/h4>\n\n<p>20210511\n* FIX: allow for other <code>comment_moderation_recipients<\/code> filters running before this one<\/p>\n\n<h4>0.5<\/h4>\n\n<p>20170717\n* WP 4.8+ compatibility<\/p>\n\n<h4>0.4<\/h4>\n\n<p>20140904\n* New concept: filter comment_moderation_recipients available since WP 3.7<\/p>\n\n<h4>0.3<\/h4>\n\n<p>20130627\n* WP 3.1+ compatibility<\/p>\n\n<h4>0.1<\/h4>\n\n<p>20101123\n* First concept: replace function wp_notify_moderator()<\/p>","raw_excerpt":"Control who will receive new comment and moderation notifications. Light weight, simple, safe and effective.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11305","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=11305"}],"author":[{"embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ravanh"}],"wp:attachment":[{"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11305"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11305"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11305"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11305"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11305"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ur.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11305"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}