w3tc_browsercache_rules_apache_brotli
w3tc_browsercache_rules_apache_brotli
Appears in: w3-total-cache.2.8.0, w3-total-cache.2.8.10, w3-total-cache.2.8.11, w3-total-cache.2.8.12, w3-total-cache.2.8.2, w3-total-cache.2.8.6, w3-total-cache.2.8.7, w3-total-cache.2.8.8, w3-total-cache.2.8.9
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.8.9apply_filters('w3tc_browsercache_rules_apache_brotli') is found 1 times:
- /BrowserCache_Environment.php line 387
* * @param string $rules_brotli Apache rules for mod_brotli. * @return string */ $rules .= apply_filters( 'w3tc_browsercache_rules_apache_brotli', $rules_brotli ); unset( $rules_brotli ); } // For mod_deflate. $cssjs_compression = $config->get_boolean( 'browsercache.cssjs.compression' );