Only run for logged out users
-
I run a program called “Paid Membership Pro” on my WordPress. I can surround my AD code with:
<?php if(pmpro_displayAds()) { ?>
AD CODE HERE
<?php } ?>
I want to call the Adblocker for these same people. I don’t want ad block to run for my paying members that fall outside the above perameters.
- The topic ‘Only run for logged out users’ is closed to new replies.