A simple WordPress plugin that sends email notifications to the site administrator and a predefined support address whenever WordPress core, plugins, themes, or translations are updated.
Update Notifier automatically monitors your WordPress site for updates and sends email notifications when:
- WordPress core is updated
- Plugins are updated
- Themes are updated
- Translations are updated
The notification email includes details about what was updated and is sent to both the site administrator (configured in WordPress settings) and a predefined support email address.
- Download or clone this repository
- Upload the
up2date-notifierfolder to/wp-content/plugins/directory - Activate the plugin through the 'Plugins' menu in WordPress
The plugin sends emails to:
- The WordPress administrator email (set in Settings → General)
- A predefined support email address (currently hardcoded in the plugin)
To change the support email address, edit up2date-notifier.php and modify line 123:
$support_email = 'your-email@example.com';- WordPress 6.5 or higher
- PHP 8.0 or higher
GPL-3.0 http://www.gnu.org/licenses/gpl-3.0.html
e-studio.dk | Michael Bay Sørensen