Inserting AdSense code right after </head> tag
i would like to to add an AdSense activation code to my Wordpress site.
Google says it needs to be inserted right AFTER the tag
I have tried the plugin Snippets, yet it seems not to be working.
The code is:
script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"
/script
script
(adsbygoogle = window.adsbygoogle || []).push(
{ google_ad_client: "ca-pub-5316020100281676",
enable_page_level_ads: true });
/script
Thanks in advance.