WP HOOKS
filtrod 2.7.0

get_comments_pagenum_link

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

Opis — z kodu źródłowego

Filters the comments page number link for the current request.

Parametry

ParametrTypOpis
$resultstringThe comments page number link.

Wywołanie

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

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

Popularne w tej kategorii