WP HOOKS
filtrod 2.5.0

get_pagenum_link

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

Opis — z kodu źródłowego

Filters the page number link for the current request.

Parametry

ParametrTypOpis
$resultstringThe page number link.
$pagenumintThe page number.

Wywołanie

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

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

Popularne w tej kategorii