WP HOOKS
filtrod 5.9.0

rest_route_for_taxonomy_items

Args 2Plik wp-includes/rest-api.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the REST API route for a taxonomy.

Parametry

ParametrTypOpis
$routestringThe route path.
$taxonomy\WP_TaxonomyThe taxonomy object.

Wywołanie

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

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

Popularne w tej kategorii