WP HOOKS
filtrod 4.4.0

notify_moderator

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

Opis — z kodu źródłowego

Filters whether to send the site moderator email notifications, overriding the site setting.

Parametry

ParametrTypOpis
$maybe_notifyboolWhether to notify blog moderator.
$comment_idintThe ID of the comment for the notification.

Wywołanie

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

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

Popularne w tej kategorii