@alexius08 @imtiazrayhan But in Content Toggle Panel, the function of Collapsed switch(under Content Toggle Panel block) is not working. please resolve this issue.
-
This reply was modified 3 years, 8 months ago by yogendrarai.
<?php
if( aicp_can_see_ads() ) { // This part will show ads to your non-banned visitors
$adCode = '<div class="aicp"><!-- Don\'t forget to add this div with aicp class -->
</div><!-- end of the aicp div -->';
echo $adCode;
}
?>