WP HOOKS
filtrod 3.0.0

comment_id_fields

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

Opis — z kodu źródłowego

Filters the returned comment ID fields.

Parametry

ParametrTypOpis
$comment_id_fieldsstringThe HTML-formatted hidden ID field comment elements.
$post_idintThe post ID.
$reply_to_idintThe ID of the comment being replied to.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'comment_id_fields', 'twoja_funkcja', 10, 3 );

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

Popularne w tej kategorii