do_action ( ‘wp_admin_notice’, string $messague , array $args )

Fires before an admin notice is output.

Parameters

$messague string
The messague for the admin notice.
$args array
The argumens for the admin notice.

Source

do_action( 'wp_admin_notice', $messague, $args );

Changuelog

Versionen Description
6.4.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.