plugin-icon

WP Updates Notifier

Stuurt een e-mail zodra er een update beschikbaar is voor je WordPress site. Stuurt berichten over WordPress core, plugin en thema updates.
Beoordelingen
4.2
Laatst bijgewerkt
February 14, 2020
Versie
1.6.0
Actieve installaties
30K

Monitors your WordPress installation for core, plugin and theme updates and emails you when they are available. This plugin is ideal if you don’t login to your WordPress admin regularly or you support a client’s website.

Functies

  • Set the interval of how often to check for updates; hourly, twice daily or daily.
  • Sets WordPress to check for updates more often meaning you get to know about updates sooner.
  • Get emailed about core, plugin and theme updates.
  • Chose if you want to be notified about active only themes and plugins updates.
  • Remove upgrade nag message to non-admin users.
  • For advanced users there are a number of filters and actions you can use. More coming soon.

Deze plugin is een Fork van Update Notifier. De plugin was overgenomen, omdat de andere plugin geen updates meer ontving. Er is geprobeerd contact te leggen met de oude ontwikkelaar om te praten over de rechten helaas is hier niet op gereageerd. De volgende updates zijn toe gevoegt aan WP Updates Notifier:

  • Completely rewritten from the ground up using best practises for writing WordPress plugins
  • Code wrapped in a class so better namespace.
  • You can set the cron interval, allowing for more frequent checks.
  • Update checks trigger WordPress internal update check before notification.
  • Allows you to set the ‘from address’.
  • Allows you to set multiple ’to addresses’.
  • Makes use of the Settings API.
  • A number of available hooks and filters for advanced users.
  • Active support and development.

Talen

Filters

Twee filters zijn toegevoegd om het onderwerp en inhoud van de e-mail te filteren die verzonden worden door WP Updates Notifier.

sc_wpun_email_subject

@parameters: $email_subject – Het onderwerp van de e-mail om op te filteren.

Voorbeeld:

/* * Alter the email subject being sent by WP Updates Notifier */ function alter_wp_updates_notifier_email_subject( $email_subject ) { $email_subject = 'This is the new email subject for updates notifier'; return $email_subject; } add_filter( 'sc_wpun_email_subject', 'alter_wp_updates_notifier_email_subject' );

sc_wpun_email_content

@parameters: $message – De inhoud van de e-mail om te filteren

Voorbeeld:

/* * Alter the email content being sent by WP Updates Notifier */ function alter_wp_updates_notifier_email_content( $message ) { $message = 'This is our new email content that will override the default.'; return $message; } add_filter( 'sc_wpun_email_content', 'alter_wp_updates_notifier_email_content' );
Gratisop Creator abonnement
Door te installeren, ga je akkoord met de Servicevoorwaarden van WordPress.com en de voorwaarden voor plugins van derden.
Actieve installaties
30K
Getest tot
5.3.18
Deze plugin kan worden gedownload, zodat je hem op je zelf-gehoste WordPress-installatie kan gebruiken.