Περιγραφή
This plugin changes the email address update notifications are sent to following an automatic background update.
Automatic background updates were introduced in WordPress 3.7. An email notification is sent following the success or failure. The email is sent to the website administrator specified in WordPress under Settings > General. This may not always be the best recipient.
This plugin is ideal for those who manage WordPress on their clients behalf. The client carries on receiving WordPress emails as before, with automatic background update notifications being redirected to the developers email address specified in this plugins settings.
We originally published a solution following the release of WordPress 3.7.1. This plugin provides a simple interface for setting the email address without having to touch code.
Once installed, navigate to Settings > Update Notifications. From here you can set the email address where background update notifications should be sent to. Background update notifications can be sent to multiple recipients by entering a comma-separated list of email addresses.
Στιγμιότυπα
Εγκατάσταση
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘Background Update Notification Email Address’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
- Set email address under Settings > Update Notifications
Using FTP
- Download and extract the plugin
- Upload the
background-update-notification-email-address
folder to the/wp-content/plugins/
directory. - Activate the plugin in the Plugin dashboard
- Set email address under Settings > Update Notifications
Συχνές Ερωτήσεις
- Installation Instructions
-
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘Background Update Notification Email Address’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
- Set email address under Settings > Update Notifications
Using FTP
- Download and extract the plugin
- Upload the
background-update-notification-email-address
folder to the/wp-content/plugins/
directory. - Activate the plugin in the Plugin dashboard
- Set email address under Settings > Update Notifications
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Background Update Notification Email Address” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Background Update Notification Email Address” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1.1
- Maintain backwards compatibility with previous option format, accept either a string or array of email addresses.
1.1.0
- Add multiple email address support. You can now enter a comma-separated list of email addresses.
- Save default value when we prepare the option.
- Delete settings when the plugin is uninstalled.
1.0.3
- Move localisation functions to admin file as there are no public facing strings.
1.0.2
- Prepare option if it does’t exist.
1.0.1
- Improved configuration instructions.
1.0.0
- Initial release.