')) { $ret = $module->addOverride('Media'); } $module->registerHook('actionTaxManager'); // Do not add CSS and JS version in the cache key if Media was correctly overriden Configuration::updateValue('pagecache_depend_on_css_js', !$ret); Configuration::deleteByName('pagecache_key_tax_country'); Configuration::deleteByName('pagecache_key_tax_state'); Configuration::deleteByName('pagecache_key_tax_postcode'); if ($ret) { $module->clearCacheAndStats(); } return (bool)$ret; }