Description
Filters the cache expiration time for theme files.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-theme.php | 2014 |
Parameters
Type | Name | Description |
---|---|---|
int | $cache_expiration | Cache expiration time in seconds. |
string | $cache_type | Type of cache being set. |
PHP Doc
/**
* Filters the cache expiration time for theme files.
*
* @since 6.6.0
*
* @param int $cache_expiration Cache expiration time in seconds.
* @param string $cache_type Type of cache being set.
*/