WP HOOKS
filtrod 2.8.0

comment_moderation_headers

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

Opis — z kodu źródłowego

Filters the comment moderation email headers.

Parametry

ParametrTypOpis
$message_headersstringHeaders for the comment moderation email.
$comment_idintComment ID.

Wywołanie

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

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

Popularne w tej kategorii