wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



automatic_updates_debug_email › Filtr WordPress Hooks

Od3.8.0
Przestarzałyn/a
apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results )
Parametry: (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. }
    Wymagane: Tak
  • (int) $failures The number of failures encountered while upgrading.
    Wymagane: Tak
  • (mixed) $results The results of all attempted updates.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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