Ticket #64348: 64348.diff
| File 64348.diff, 469 bytes (added by , 3 months ago) |
|---|
-
wp-includes/pluggable.php
a b function wp_mail( $to, $subject, $message, $headers = '', $attachments = array() 710 710 711 711 // Build mail data for hooks. 712 $mail_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' );712 $mail_data = compact( 'to', 'subject', 'message', 'headers', 'attachments', 'embeds' ); 713 713 714 714 /** 715 715 * Fires after PHPMailer has successfully sent an email.