WP HOOKS
filtrod 2.5.0

comments_popup_link_attributes

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

Opis — z kodu źródłowego

Filters the comments link attributes for display.

Parametry

ParametrTypOpis
$link_attributesstringThe comments link attributes. Default empty.

Wywołanie

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

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

Popularne w tej kategorii