WP HOOKS
filtrod 5.5.0

rest_route_for_term

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

Opis — z kodu źródłowego

Filters the REST API route for a term.

Parametry

ParametrTypOpis
$routestringThe route path.
$term\WP_TermThe term object.

Wywołanie

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

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

Popularne w tej kategorii