Archived topic
Uncaught Reference Error: _ is not defined
3 replies · Started by Sam on February 27, 2021
Just trying to rule out where this issue might have come from before I contact a Dev
When inspecting any page of my site - using chrome dev tools
I can see two red errors saying Uncaught ReferenceError: _ is not defined
at (index):
Is this a underlaying WP issue, Theme, plug-in
Apologies if this nothing to do with the theme
Thanks
Sam
Hi there,
that error is related to non-theme related Javascript.
First thing to try is disabling your cache plugin to see if that is interfering with that script, and recheck the site.
Thanks David - I will do
You're welcome