filtrod 4.5.0
wp_get_comment_fields_max_lengths
Opis — z kodu źródłowego
Filters the lengths for the comment form fields.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$lengths | int[] | Array of maximum lengths keyed by field name. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_get_comment_fields_max_lengths', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_get_comment_fields_max_lengths', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii