filtrod 4.4.0
notify_moderator
Opis — z kodu źródłowego
Filters whether to send the site moderator email notifications, overriding the site setting.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$maybe_notify | bool | Whether to notify blog moderator. |
$comment_id | int | The 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
}
// 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