diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php
index 1d5ee194c9..966917efe3 100644
|
a
|
b
|
if ( ! function_exists( 'wp_mail' ) ) : |
| 193 | 193 | * Filters the wp_mail() arguments. |
| 194 | 194 | * |
| 195 | 195 | * @since 2.2.0 |
| | 196 | * @since 6.9.0 Added `embeds` key to the $args array. |
| 196 | 197 | * |
| 197 | 198 | * @param array $args { |
| 198 | 199 | * Array of the `wp_mail()` arguments. |
| … |
… |
if ( ! function_exists( 'wp_mail' ) ) : |
| 215 | 216 | * the email was successfully sent. |
| 216 | 217 | * |
| 217 | 218 | * @since 5.7.0 |
| | 219 | * @since 6.9.0 Added `embeds` key to the $atts array. |
| 218 | 220 | * |
| 219 | 221 | * @param null|bool $return Short-circuit return value. |
| 220 | 222 | * @param array $atts { |
| … |
… |
if ( ! function_exists( 'wp_mail' ) ) : |
| 632 | 634 | * process the request without any errors. |
| 633 | 635 | * |
| 634 | 636 | * @since 5.9.0 |
| | 637 | * @since 6.9.1 Added `embeds` key to the $mail_data array. |
| 635 | 638 | * |
| 636 | 639 | * @param array $mail_data { |
| 637 | 640 | * An array containing the email recipient(s), subject, message, headers, and attachments. |