WP HOOKS
filtrod 4.9.0

pre_term_link

Args 2Plik wp-includes/taxonomy.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the permalink structure for a term before token replacement occurs.

Parametry

ParametrTypOpis
$termlinkstringThe permalink structure for the term's taxonomy.
$term\WP_TermThe term object.

Wywołanie

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

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

Popularne w tej kategorii