apply_filters( ‘wp_admin_notice_args’, array $args, string $message )

In this article

Filters the arguments for an admin notice.

Parameters

$argsarray
The arguments for the admin notice.
$messagestring
The message for the admin notice.

Source

$args       = apply_filters( 'wp_admin_notice_args', $args, $message );

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

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