Incorrect wp_footer() code output
-
I am using Sage as a starter theme. The footer contains
wp_footer();
just before the closing</body>
tag.This is how the source code of the footer looks like:
<script type='text/javascript'>//<![CDATA[ var leadin_wordpress={"userRole":"visitor","pageType":"home","leadinPluginVersion":"4.2.3"}; //]]></script> <strong><scriptcrossorigin="use-credentials"</strong> src="//js.leadin.com/js/v1/1661776.js?ver=4.3.1"></script>
The part in bold s/b:
<script type='text/javascript' crossorigin="use-credentials"
> Could you please fix this issue or help me out fixing it myself?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Incorrect wp_footer() code output’ is closed to new replies.