wpseek.com
A WordPress-centric search engine for devs and theme authors



automatic_updates_debug_email › WordPress Filter Hooks

Since3.8.0
Deprecatedn/a
apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results )
Parameters: (3)
  • (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. }
    Required: Yes
  • (int) $failures The number of failures encountered while upgrading.
    Required: Yes
  • (mixed) $results The results of all attempted updates.
    Required: Yes
Defined at:
Codex:

Filters the debug email that can be sent following an automatic background core update.





Source

$email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );