Changes between Initial Version and Version 1 of Ticket #19549, comment 3
- Timestamp:
- 12/14/2011 09:57:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19549, comment 3
initial v1 1 1 We've got a filter on wp_mail() for the PHPMailer instance, you should be able to hook into that action and alter/add things at that point I believe? 2 3 EDIT: filter: [http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L436 phpmailer_init action hook]