apply_filters( 'wp_mail', array $args )
Filters the wp_mail() arguments.
Description Description
Parameters Parameters
- $args
-
(array) A compacted array of wp_mail() arguments, including the "to" email, subject, message, headers, and attachments values.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
modify the recipient of the email
Expand full source codeCollapse full source code