Filter hook 'wp_admin_notice_markup'

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

Description

Filters the markup for an admin notice.

Occurrences

Filename Line Number
wp-includes/functions.php 8971

Parameters

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

PHP Doc

/**
	 * Filters the markup for an admin notice.
	 *
	 * @since 6.4.0
	 *
	 * @param string $markup  The HTML markup for the admin notice.
	 * @param string $message The message for the admin notice.
	 * @param array  $args    The arguments for the admin notice.
	 */