HTML `div` injected in `head`
-
Hello,
You have a hook in wp-advanced-pdf.php line 67 which uses “wp_head” to inject a <div> ( among other things ) into the site <head> tags.
It produces an incorrect HTML page.
The following elements can go inside the <head> element:
<title> (this element is required in an HTML document)
<style>
<base>
<link>
<meta>
<script>
<noscript>(https://www.w3schools.com/tags/tag_head.asp)
Changing the hook to “wp_footer” should fix the issue.
Thanks for the plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘HTML `div` injected in `head`’ is closed to new replies.