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

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


Parameters

$cache_expiration

Whether to get the cache of the theme directories. Default false.

$context

The class or function name calling the filter.


Source

File: wp-includes/theme.php

View on GitHub



Changelog

Changelog
Version Description
3.4.0 Introduced.