Saturday, 24 August 2013

Wordpress loadin jquery and jquery-migrate, how do I stop it?

Wordpress loadin jquery and jquery-migrate, how do I stop it?

Wordpress is loading the following 2 files in wp_head...
<script type='text/javascript'
src='http://www.mywebsite.co.uk/wp-includes/js/jquery/jquery.js?ver=1.10.2'></script>
<script type='text/javascript'
src='http://www.mywebsite.co.uk/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
To try and stop this from happening I have tried deactivating all plugins
and deregistering jquery in functions.php but nothing seems to get rid of
it.
Wordpress version 3.6

No comments:

Post a Comment