Changeset 34239
- Timestamp:
- 09/16/2015 03:12:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r34221 r34239 537 537 538 538 $mail_error_data = compact( $to, $subject, $message, $headers, $attachments ); 539 539 540 /** 540 * Fires after a phpmailerException is caught 541 * Fires after a phpmailerException is caught. 541 542 * 542 543 * @since 4.4.0 543 544 * 544 * @param WP_Error A WP_Error object with the phpmailerException code, messageand an array545 * containing the mail recipient, subject, message, headers and attachments545 * @param WP_Error $error A WP_Error object with the phpmailerException code, message, and an array 546 * containing the mail recipient, subject, message, headers, and attachments. 546 547 */ 547 548 do_action( 'wp_mail_failed', new WP_Error( $e->getCode(), $e->getMessage(), $mail_error_data ) );
Note: See TracChangeset
for help on using the changeset viewer.