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

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


Description Description


Parameters 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.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.