Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #382769

    I want delete the query strings like that “?ver=4.1” from statics files from header, how can i do it ?
    Thanks

    #383261

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.