tonymark786 Member Jan 2, 2020 32 6 8 Oct 22, 2022 #1 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
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
O onemore New member Sep 5, 2022 3 5 3 Oct 22, 2022 #2 PHP: <?php if( false === is_user_logged_in() ) { ?> ....here you place popup ad code.... <?php } // endif ?> Reactions: tonymark786
PHP: <?php if( false === is_user_logged_in() ) { ?> ....here you place popup ad code.... <?php } // endif ?>
tonymark786 Member Jan 2, 2020 32 6 8 Oct 23, 2022 #3 onemore said: PHP: <?php if( false === is_user_logged_in() ) { ?> ....here you place popup ad code.... <?php } // endif ?> Click to expand... "Incredible! It's working, thank you!"
onemore said: PHP: <?php if( false === is_user_logged_in() ) { ?> ....here you place popup ad code.... <?php } // endif ?> Click to expand... "Incredible! It's working, thank you!"