• Itry to implement like this .

    if( aicp_can_see_ads() ) {
    function ad_kotak(){
    $ad_kotak = ‘<div class=”aicp”><script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script&gt;
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-format=”fluid”
    data-ad-layout-key=”-fb+5w+4e-db+86″
    data-ad-client=”ca-pub-3777xxxxxxxx”
    data-ad-slot=”9848xxxxxxx”>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>
    </div>’;
    return $ad_kotak;
    }
    }

    how to check if the pulgin work or not ?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ask this code’ is closed to new replies.