Hi @goakes – You can use the settings here from the screenshot to put the snippet before the body tag – https://prnt.sc/9zWP4nntVoeb
Please let us know if you need help with anything else.
Thank you.
Thread Starter
goakes
(@goakes)
Just to confirm. The snippet code is before the end of the body tag (</body>. I note there are two options – before content and after content. I’m not clear what these actually mean. Is the answer the same – before content? Either way, I do appreciate your help.
@goakes – I see this reply got missed. Here is detailed info on what before content and after content mean in the context of WordPress themes. It’s based on the function the_content and what the plugin does is look for that and add the snippet either before it executes or after it executes.
Reference:
https://developer.ww.wp.xz.cn/reference/functions/the_content/
Thanks.