wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



automatic_updates_debug_email › WordPress Filter Hooks

Da3.8.0
Deprecaton/a
apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results )
Parametri: (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. }
    Richiesto:
  • (int) $failures The number of failures encountered while upgrading.
    Richiesto:
  • (mixed) $results The results of all attempted updates.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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