Viewing 1 replies (of 1 total)
  • Plugin Author Max Bond

    (@max-bond)

    You can use Footer Location to insert code in page footer (before body tag). This location uses wp_footer hook – many other scripts also use it. If you want to add code exactly before body tag – use Manual Location. In this case you have to manually insert php function in template file – insert it in footer.php right before body tag.

Viewing 1 replies (of 1 total)

The topic ‘How to Insert code before the tag?’ is closed to new replies.