Disable AdSense for members
-
Is there a way to disable/hide adsense ads for paying members? Not logged in users, but selected members.
I found this code, based on user capabilities but I have to customize it to suit paing members:
<?php if (current_user_can( ‘capability’ )) { ?>
//no ads
<?php } else { ?>//ad block shows
<?php } ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable AdSense for members’ is closed to new replies.