I want delete the query strings like that “?ver=4.1” from statics files from header, how can i do it ?
Thanks
Hi avanzamas!
Not sure why you would want to do this but you can try searching for all areas of wp_enqueue_script, http://codex.wordpress.org/Function_Reference/wp_enqueue_script, and set the $ver parameter to null.
There are too many areas where we call this function in the theme so you will need to search for them on your own. I recommend using a text editor that has search capabilities such as notepad++.
Cheers!
Elliott