WP HOOKS
filtrod 1.5.2

comment_notification_headers

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

Opis — z kodu źródłowego

Filters the comment notification email headers.

Parametry

ParametrTypOpis
$message_headersstringHeaders for the comment notification email.
$comment_idstringComment ID as a numeric string.

Wywołanie

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

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

Popularne w tej kategorii