WP HOOKS
filtrod 2.7.0

next_comments_link_attributes

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

Opis — z kodu źródłowego

Filters the anchor tag attributes for the next comments page link.

Parametry

ParametrTypOpis
$attributesstringAttributes for the anchor tag.

Wywołanie

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

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

Popularne w tej kategorii