Description
Deactivates emailing. WordPress sends no more mails.
How does it work?
- It replaces ‘wp_mail’ with a dummy function
It doesn’t work?
- Check for other plugins which replace ‘wp_mail’
- Check for plugins which use ‘mail’ instead of ‘wp_mail’. And delete them! 😀
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Mail Deactivation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mail Deactivation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Replaces ‘wp_mail’ with a dummy function