WP HOOKS
filtrod 5.5.0

rest_queried_resource_route

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

Opis — z kodu źródłowego

Filters the REST route for the currently queried object.

Parametry

ParametrTypOpis
$linkstringThe route with a leading slash, or an empty string.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'rest_queried_resource_route', 'twoja_funkcja' );

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

Popularne w tej kategorii