auto_plugin_update_send_email WordPress Filter Hook
The auto_plugin_update_send_email hook is used to email the administrator when a plugin update is available.
apply_filters( 'auto_plugin_update_send_email', bool $enabled , array $update_results ) #
Filters whether to send an email following an automatic background plugin update.
Parameters
- $enabled
(bool)True if plugin update notifications are enabled, false otherwise.
- $update_results
(array)The results of plugins update tasks.
Source
Changelog
Version | Description |
---|---|
5.5.1 | Added the $update_results parameter. |
5.5.0 | Introduced. |