https://github.com/scribu/wp-filter-email-notifications
https://github.com/scribu/wp-filter-email-notifications
wordpress
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scribu/wp-filter-email-notifications
- Owner: scribu
- Created: 2010-12-08T04:11:48.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-04-30T16:34:31.000Z (about 14 years ago)
- Last Synced: 2024-10-18T15:53:21.098Z (over 1 year ago)
- Topics: wordpress
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/filter-email-notifications/
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Filter Email Notifications ===
Contributors: scribu
Tags: admin, email, notifications
Requires at least: 3.0
Tested up to: 3.0
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Stop WordPress from sending email notifications for comments that have been manually approved.
== Description ==
**Scenario**
You're the only user who can create posts and moderate comments on your WordPress installation.
You have both 'Email me when anyone posts a comment' and 'Email me when a comment is held for moderation' options checked.
You get an email about a comment awaiting moderation and you approve it.
The problem is that right after that you get a second email letting you know that a new comment has been posted, which of course you already knew about.
**Solution**
Instead of disabling email notifications for new comments alltogether, you can use this plugin and not receive the redundant emails mentioned above.
Links: [Plugin News](http://scribu.net/wordpress/filter-email-notifications) | [Author's Site](http://scribu.net)
== Changelog ==
= 0.7.1 =
* WP 3.0 compatibility
= 0.7 =
* drop compatibility for WP older than 2.8
* [more info](http://scribu.net/wordpress/filter-email-notifications/fen-0-7.html)
= 0.6.2 =
* WP 2.8 compatibility
= 0.6 =
* initial release
* [more info](http://scribu.net/wordpress/filter-email-notifications/fen-0-6.html)