wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_theme_files_cache_ttl › WordPress Filter Hooks

Da6.6.0
Deprecaton/a
apply_filters( 'wp_theme_files_cache_ttl', self::$cache_expiration, 'theme_block_patterns' )
Parametri: (2)
  • (int) $cache_expiration Cache expiration time in seconds.
    Richiesto:
  • (string) $cache_type Type of cache being set.
    Richiesto:
Definito a:
Codex:

Filters the cache expiration time for theme files.





Sorgenti

$cache_expiration = (int) apply_filters( 'wp_theme_files_cache_ttl', self::$cache_expiration, 'theme_block_patterns' );