WP HOOKS
filtrod 3.0.0

comment_form_field_comment

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

Opis — z kodu źródłowego

Filters the content of the comment textarea field for display.

Parametry

ParametrTypOpis
$args_comment_fieldstringThe content of the comment textarea field.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'comment_form_field_comment', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii