filtrod 3.7.0
comment_moderation_recipients
Opis — z kodu źródłowego
Filters the list of recipients for comment moderation emails.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$emails | string[] | List of email addresses to notify for comment moderation. |
$comment_id | int | Comment 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
}
// 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