tonymark786
Member
- Jan 2, 2020
- 32
- 6
- 8
Does anyone know how to show the popup ads to only unregistered users? Login users visit the site without any pop-up ads. does anyone know please share with us. thank you
<?php if( false === is_user_logged_in() ) { ?>
....here you place popup ad code....
<?php } // endif ?>
"Incredible! It's working, thank you!"PHP:<?php if( false === is_user_logged_in() ) { ?> ....here you place popup ad code.... <?php } // endif ?>