WP HOOKS
filtrod 3.7.0

comment_moderation_recipients

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

Opis — z kodu źródłowego

Filters the list of recipients for comment moderation emails.

Parametry

ParametrTypOpis
$emailsstring[]List of email addresses to notify for comment moderation.
$comment_idintComment ID.

Wywołanie

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

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

Popularne w tej kategorii