filtrod 5.9.0
rest_url_details_cache_expiration
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
| Parametr | Typ | Opis |
|---|---|---|
$ttl | int | The 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
}
// rejestracja funkcji zwrotnej
add_filter( 'rest_url_details_cache_expiration', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii