remove a single script from wp head
-
Among the javascript files loaded in the wp-head, one generates an error.
<script async type='text/javascript' src='//xjquery.com/js/jquery-min-js'></script>
I can’t figure out which plugin loads it and how to delete it.
The file links to an external library that doesn’t exist, the request is not resolved and slows down the loading of the site.Is it possible to delete a single javascript file from wp-head?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘remove a single script from wp head’ is closed to new replies.