WP HOOKS
filtrod 6.4.0

wp_admin_notice_args

Args 2Plik wp-includes/functions.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the arguments for an admin notice.

Parametry

ParametrTypOpis
$argsarrayThe arguments for the admin notice.
$messagestringThe message for the admin notice.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_admin_notice_args', 'twoja_funkcja', 10, 2 );

function twoja_funkcja($param_1, $param_2) {
	// Twój kod
}

Popularne w tej kategorii