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



auto_plugin_theme_update_email › Filtr WordPress Hooks

Od5.5.0
Przestarzałyn/a
apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates )
Parametry: (4)
  • (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 The email's subject. @type string $body The email message body. @type string $headers Any email headers, defaults to no headers. }
    Wymagane: Tak
  • (string) $type The type of email being sent. Can be one of 'success', 'fail', 'mixed'.
    Wymagane: Tak
  • (array) $successful_updates A list of updates that succeeded.
    Wymagane: Tak
  • (array) $failed_updates A list of updates that failed.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the email sent following an automatic background update for plugins and themes.





Źródło

$email = apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates );