AICP Not Working
-
AICP not blocking any ip address i also disabled my caching plugin but it still not working please help..!!
Here is the code i used:
<?php
if(aicp_can_see_ads())
{
echo ‘<div class=”aicp”><script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4393758306168508″
crossorigin=”anonymous”></script>
<!– Article1 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-12345678″
data-ad-slot=”5207328442″
data-ad-format=”auto”
data-full-width-responsive=”true”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>’;
}
else
{
echo “You are Blocked from seeing the Ads”;
}?>
The page I need help with: [log in to see the link]
- The topic ‘AICP Not Working’ is closed to new replies.