WP HOOKS
filtrod 3.0.0

comment_form_defaults

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

Opis — z kodu źródłowego

Filters the comment form default arguments.

Use {@see 'comment_form_default_fields'} to filter the comment fields.

Parametry

ParametrTypOpis
$defaultsarrayThe default comment form arguments.

Wywołanie

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

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

Popularne w tej kategorii