Used By
Used By | Description |
---|---|
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_plugin_theme_email() | Sends an email upon the completion or failure of a plugin or theme background update. |
Filters the email sent following an automatic background update for plugins and themes.
(array) Array of email arguments that will be passed to wp_mail().
(string) The email recipient. An array of emails can be returned, as handled by wp_mail().
(string) The email's subject.
(string) The email message body.
(string) Any email headers, defaults to no headers.
(string) The type of email being sent. Can be one of 'success', 'fail', 'mixed'.
(array) A list of updates that succeeded.
(array) A list of updates that failed.
Version | Description |
---|---|
5.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/auto_plugin_theme_update_email