wpsc_htaccess_mod_expires
wpsc_htaccess_mod_expires
Appears in: wp-super-cache.1.10.0, wp-super-cache.1.11.0, wp-super-cache.1.12.0, wp-super-cache.1.12.1, wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.1.9.3, wp-super-cache.1.9.4, wp-super-cache.2.0.0
Hook Type: filter
Displaying hooks found in version: wp-super-cache.2.0.0apply_filters('wpsc_htaccess_mod_expires') is found 1 times:
- /wp-cache.php line 324532413242324332443245324632473248324932503251
'ExpiresByType text/html A3'
,
);
// Allow overriding mod_expires rules with a filter.
$expires_rules
= apply_filters(
'wpsc_htaccess_mod_expires'
,
$expires_rules
);
$gziprules
.=
"<IfModule mod_expires.c>\n"
;
$gziprules
.= implode(
"\n"
,
array_map
(
function
(
$line
) {