WP HOOKS
filtrod 5.9.0

rest_url_details_cache_expiration

Args 1Plik wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the cache expiration.

Can be used to adjust the time until expiration in seconds for the cache of the data retrieved for the given URL.

Parametry

ParametrTypOpis
$ttlintThe time until cache expiration in seconds.

Wywołanie

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

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

Popularne w tej kategorii