Issue with adding more than one script to the header
-
I’m trying to add header scripts for a new plugin (CookiePro CCPA), and when I add it to the header, I get a 500 server error.
I am able to add either of two scripts, but I have not been able to add them both at the same time. In other words, I am trying to Publish scripts like this:
<script src = ...> </script> <script type = ...> [script content] </script>Even the following attempt fails:
<script type="text/javascript">console.log("testA")</script> <script type="text/javascript">console.log("testB")</script>How do I add both scripts to the header?
Since it’s a CCPA compliance script, I also need it to publish first.
Thanks for your help!
The page I need help with: [log in to see the link]
The topic ‘Issue with adding more than one script to the header’ is closed to new replies.