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



wp_mail › WordPress Filter Hooks

Da2.2.0
Deprecaton/a
apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' )
Parametri:
  • (array) $args { Array of the `wp_mail()` arguments. @type string|string[] $to Array or comma-separated list of email addresses to send message. @type string $subject Email subject. @type string $message Message contents. @type string|string[] $headers Additional headers. @type string|string[] $attachments Paths to files to attach. }
    Richiesto:
Definito a:
Codex:

Filters the wp_mail() arguments.





Sorgenti

$atts = apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' ) );