WP HOOKS
filtrod 6.6.0

wp_theme_files_cache_ttl

Args 2Plik wp-includes/class-wp-theme.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the cache expiration time for theme files.

Parametry

ParametrTypOpis
$cache_expirationintCache expiration time in seconds.
$cache_typestringType of cache being set.

Wywołanie

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

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

Popularne w tej kategorii