apply_filters( 'wp_cache_themes_persistently', bool $cache_expiration, string $cache_directory )

Filters whether to get the cache of the registered theme directories.


Parameters

$cache_expiration

(bool) Whether to get the cache of the theme directories. Default false.

$cache_directory

(string) Directory to be searched for the cache.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.4.0 Introduced.