WP HOOKS
filtrod 2.9.0

the_terms

Args 5Plik wp-includes/category-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the list of terms to display.

Parametry

ParametrTypOpis
$term_liststringList of terms to display.
$taxonomystringThe taxonomy name.
$beforestringString to use before the terms.
$sepstringString to use between the terms.
$afterstringString to use after the terms.

Wywołanie

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

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

Popularne w tej kategorii