diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php
index 1d5ee194c9..966917efe3 100644
--- a/src/wp-includes/pluggable.php
+++ b/src/wp-includes/pluggable.php
@@ -193,6 +193,7 @@ if ( ! function_exists( 'wp_mail' ) ) :
 		 * Filters the wp_mail() arguments.
 		 *
 		 * @since 2.2.0
+		 * @since 6.9.0 Added `embeds` key to the $args array.
 		 *
 		 * @param array $args {
 		 *     Array of the `wp_mail()` arguments.
@@ -215,6 +216,7 @@ if ( ! function_exists( 'wp_mail' ) ) :
 		 * the email was successfully sent.
 		 *
 		 * @since 5.7.0
+		 * @since 6.9.0 Added `embeds` key to the $atts array.
 		 *
 		 * @param null|bool $return Short-circuit return value.
 		 * @param array     $atts {
@@ -632,6 +634,7 @@ if ( ! function_exists( 'wp_mail' ) ) :
 			 * process the request without any errors.
 			 *
 			 * @since 5.9.0
+			 * @since 6.9.1 Added `embeds` key to the $mail_data array.
 			 *
 			 * @param array $mail_data {
 			 *     An array containing the email recipient(s), subject, message, headers, and attachments.
