WordPress jQuery Remove Ver Parameter
-
Hello,
WordPress includes two jQuery javascript filea in the header section of my blog.
<script type='text/javascript' src='https://example.com/wp-includes/js/jquery/jquery.js?ver=1.11.0'></script> <script type='text/javascript' src='https://example.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
But they have “ver” parameter which makes my site to load jquery files again and again and prevents caching of the files.
Why does WordPress use such a parameter mechanism and how can I remove these parameters from jQuery scripts?
Thanks
- The topic ‘WordPress jQuery Remove Ver Parameter’ is closed to new replies.