WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about automatic_updates_debug_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-automatic-updater.php apply_filters 1485 /**
* Filters the debug email that can be sent following an automatic
* background core update.
*
* @since 3.8.0
*
* @param array $email {
* Array of email arguments that will be passed to wp_mail().
*
* @type string $to The email recipient. An array of emails
* can be returned, as handled by wp_mail().
* @type string $subject Email subject.
* @type string $body Email message body.
* @type string $headers Any email headers. Default empty.
* }
* @param int $failures The number of failures encountered while upgrading.
* @param mixed $results The results of all attempted updates.
*/

Hook Parameters

Parameter Type Name Description
array $emai l {
int $failures The number of failures encountered while upgrading.
mixed $results The results of all attempted updates.