WP HOOKS
filtrod 4.4.0

rest_send_nocache_headers

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

Opis — z kodu źródłowego

Filters whether to send no-cache headers on a REST API request.

Parametry

ParametrTypOpis
$rest_send_nocache_headersboolWhether to send no-cache headers.

Wywołanie

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

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

Popularne w tej kategorii