filtrod 5.2.0
comment_flood_message
Opis — z kodu źródłowego
Filters the comment flood error message.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$comment_flood_message | string | Comment flood error message. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_flood_message', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'comment_flood_message', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii