Skip to content

Sends an email to the site administrator and a predefined address whenever WordPress core, plugins, or themes are updated. Including translations updates.

License

Notifications You must be signed in to change notification settings

mbs1337/up2date-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Update Notifier for WordPress

Built By Website WordPress Built In PHP License

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.

Description

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.

Installation

  1. Download or clone this repository
  2. Upload the up2date-notifier folder to /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

Configuration

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';

Requirements

  • WordPress 6.5 or higher
  • PHP 8.0 or higher

License

GPL-3.0 http://www.gnu.org/licenses/gpl-3.0.html

Author

e-studio.dk | Michael Bay Sørensen

About

Sends an email to the site administrator and a predefined address whenever WordPress core, plugins, or themes are updated. Including translations updates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages