w3tc_browsercache_rules_apache_html
w3tc_browsercache_rules_apache_html
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_html') is found 1 times:
- /BrowserCache_Environment.php line 473
* * @param string $this->_rules_cache_generate_apache_for_type( $config, $mime_types2['html'], 'html' ) Apache rules for HTML MIME types. * @return string */ $rules .= apply_filters( 'w3tc_browsercache_rules_apache_html', $this->_rules_cache_generate_apache_for_type( $config, $mime_types2['html'], 'html' ) ); /** * Filter: w3tc_browsercache_rules_apache_other * * @since 2.8.0 *