wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



automatic_updates_debug_email › Les Filtres WordPress

Depuis3.8.0
Dépréciéen/a
apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results )
Paramètres: (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. }
    Requis: Oui
  • (int) $failures The number of failures encountered while upgrading.
    Requis: Oui
  • (mixed) $results The results of all attempted updates.
    Requis: Oui
Défini(e) dans:
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 );