Plugin breaks backend by adding <script-tag before !
-
I had to disable this plugin on a customer site, because once active, an empty script tag gets added to each html backend site, resulting in breaking other scripts:
<script type='text/javascript' src=' '></script><!DOCTYPE html>
FYI: I assume you are enqueuing your scripts too early, this has to happen before template_redirect
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin breaks backend by adding <script-tag before !’ is closed to new replies.