diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index cb490ee1764fa..7e6044a604a5b 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -8874,6 +8874,7 @@ function wp_get_admin_notice( $message, $args = array() ) { * @type bool $dismissible Optional. Whether the admin notice is dismissible. Default false. * @type string $id Optional. The value of the admin notice's ID attribute. Default empty string. * @type string[] $additional_classes Optional. A string array of class names. Default empty array. + * @type string[] $attributes Optional. Additional attributes for the notice div. Default empty array. * @type bool $paragraph_wrap Optional. Whether to wrap the message in paragraph tags. Default true. * } */