芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/w3-total-cache/Minify_Environment_LiteSpeed.php
c = $config; } /** * Modifies the browser cache rules based on the section. * * @param array $section_rules Array of the current cache rules for the section. * @param string $section The section type (e.g., 'cssjs'). * * @return array Modified array of the section rules. */ public function w3tc_browsercache_rules_section( $section_rules, $section ) { if ( 'cssjs' === $section ) { $section_rules['rewrite'] = true; } return $section_rules; } }