WP HOOKS
filtrod 4.5.0

wp_get_comment_fields_max_lengths

Args 1Plik wp-includes/comment.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the lengths for the comment form fields.

Parametry

ParametrTypOpis
$lengthsint[]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
}

Popularne w tej kategorii