Beschrijving
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! 😀
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Mail Deactivation” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Mail Deactivation” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.0
- Replaces ‘wp_mail’ with a dummy function