Popis
Disables all email through wp_mail() on current installation. Email will by disabled by default, but can be overridden in the settings.
Vlastnosti a nastavení
- Disables all email by default
- Enable email again by matching the given hostname with the current server hostname.
- Override the
$to
address (or multiple, comma sperated addresses), so you can use that for testing purposes.
Note: The plugin performs a check on the $_SERVER['HTTP_HOST']
variable.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
WordPress Disable Email plugin je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “WordPress Disable Email plugin” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
- Initial plugin