w3tc_browsercache_rules_apache_other
w3tc_browsercache_rules_apache_other
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.2
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.2apply_filters('w3tc_browsercache_rules_apache_other') is found 1 times:
- /BrowserCache_Environment.php line 483
* * @param string $this->_rules_cache_generate_apache_for_type( $config, $mime_types2['other'], 'other' ) Apache rules for other MIME types. * @return string */ $rules .= apply_filters( 'w3tc_browsercache_rules_apache_other', $this->_rules_cache_generate_apache_for_type( $config, $mime_types2['other'], 'other' ) ); // For mod_headers. if ( $config->get_boolean( 'browsercache.hsts' ) || $config->get_boolean( 'browsercache.security.xfo' ) || $config->get_boolean( 'browsercache.security.xss' ) || $config->get_boolean( 'browsercache.security.xcto' ) ||