Support

Account

Home Forums General Issues Showdown content if current user.. Reply To: Showdown content if current user..

  • No I don’t need that dump. I just was interested in information about the var is not NULL when you calling page first time =)
    Now try to dump your user field
    <?php $lookforuser = get_field('mustjoin'); var_dump($lookforuser);var_dump(strpos($lookforuser, $user_login));?>