filtrod 1.5.2
comment_moderation_text
Opis — z kodu źródłowego
Filters the comment moderation email text.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$notify_message | string | Text of the comment moderation email. |
$comment_id | int | Comment ID. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comment_moderation_text', '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_text', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii