Used By
Used By | Description |
---|---|
wp-admin/includes/class-wp-automatic-updater.php: WP_Automatic_Updater::send_email() | Sends an email upon the completion or failure of a background core update. |
Filters the email sent following an automatic background core update.
(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', 'manual', 'critical'.
(object) The update offer that was attempted.
(mixed) The result for the core update. Can be WP_Error.
Version | Description |
---|---|
3.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/auto_core_update_email