开发者 | RavanH |
---|---|
更新时间 | 2024年1月20日 21:39 |
捐献地址: | 去捐款 |
PHP版本: | 3.7 及以上 |
WordPress版本: | 6.4 |
There is no settings page. The plugin will do only one thing : make comment moderation notifications go to the authors e-mail address, and no longer the site moderator address.
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.
comment_moderation_recipients
filters running before this one
0.5
WP 4.8+ compatibility
0.4
New concept: filter comment_moderation_recipients available since WP 3.7
0.3
WP 3.1+ compatibility
0.1
First concept: replace function wp_notify_moderator()