Filter hook 'wp_cache_themes_persistently'

in WP Core File wp-includes/theme.php at line 487

Description

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

Occurrences

Filename Line Number
wp-includes/theme.php 487
wp-includes/class-wp-theme.php 255

Parameters

Type Name Description
bool $cache_expiration Whether to get the cache of the theme directories. Default false.
string $context The class or function name calling the filter.

PHP Doc

/**
	 * Filters whether to get the cache of the registered theme directories.
	 *
	 * @since 3.4.0
	 *
	 * @param bool   $cache_expiration Whether to get the cache of the theme directories. Default false.
	 * @param string $context          The class or function name calling the filter.
	 */