do_action( 'wp_admin_notice', string $message , array $args )
Fires before an admin notice is output.
Parameters
- $message
-
The message for the admin notice.
- $args
-
The arguments for the admin notice.
Source
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |