wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_theme_files_cache_ttl › WordPress Filter Hooks

Seit6.6.0
Veraltetn/v
apply_filters( 'wp_theme_files_cache_ttl', self::$cache_expiration, 'theme_block_patterns' )
Parameter: (2)
  • (int) $cache_expiration Cache expiration time in seconds.
    Erforderlich: Ja
  • (string) $cache_type Type of cache being set.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the cache expiration time for theme files.





Quellcode

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