-
Hi! I am trying to buy the full version of the FV player, but before that I have an important question for me.
Is there a way for the ad displayed on the player, to be displayed ONLY to users who are not logged in?
I tried to use PHP in the form (Default Ad Code), but it doesn’t work for me:
<?php
if ( is_user_logged_in() ) {
echo ‘ ‘;
}else{
echo ‘<img src-“http://domainname.com/ads-file.jpg.’
}
?>I am not an advanced user, however I would appreciate any tips on how to fix my problem to make it work.
Thank you very much!