wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



auto_plugin_theme_update_email › Hooks de Filtros WordPress

Desde5.5.0
Obsoleton/a
apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates )
Parâmetros: (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. }
    Required: Yes
  • (string) $type The type of email being sent. Can be one of 'success', 'fail', 'mixed'.
    Required: Yes
  • (array) $successful_updates A list of updates that succeeded.
    Required: Yes
  • (array) $failed_updates A list of updates that failed.
    Required: Yes
Definido em:
Codex:

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





Fonte

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