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