Action hook 'wp_admin_notice'

in WP Core File wp-includes/functions.php at line 9002

Description

Fires before an admin notice is output.

Occurrences

Filename Line Number
wp-includes/functions.php 9002

Parameters

Type Name Description
string $message The message for the admin notice.
array $args The arguments for the admin notice.

PHP Doc

/**
	 * Fires before an admin notice is output.
	 *
	 * @since 6.4.0
	 *
	 * @param string $message The message for the admin notice.
	 * @param array  $args    The arguments for the admin notice.
	 */