apply_filters( 'wp_admin_notice_args', array $args , string $message )
Filters the arguments for an admin notice.
Parameters
- $args
-
The arguments for the admin notice.
- $message
-
The message for the admin notice.
Source
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |