Minfy JS? & Remove Query String?
-
@paris Holley,
1. I had W3TC manual minified CSS and JS activated. Wondering do I need to emebed minify head.js in <head> in W3TC???
2. My theme had remove CSS & JS query string function in functions-theme.php, however activated your plugin the query string appear all again. (a)Do I need to add
function_remove-script_version( $src){$parts = explode(?, $src ); return $parts[0];} add_filter( ‘script_loader_src’,’_remove_script_version’, 15, 1 );
ass_filter( ‘style_loader_src’,’_remove_script_version’, 15, 1 );again in theme function.php or where? (b) Any other method to remove query string???
Look forward you help & assist
The topic ‘Minfy JS? & Remove Query String?’ is closed to new replies.