Description
Filters the arguments for an admin notice.
Occurrences
Filename | Line Number |
---|---|
wp-includes/functions.php | 8902 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | The arguments for the admin notice. |
string | $message | The message for the admin notice. |
PHP Doc
/**
* Filters the arguments for an admin notice.
*
* @since 6.4.0
*
* @param array $args The arguments for the admin notice.
* @param string $message The message for the admin notice.
*/