Support

Account

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

  • Ok then, I have added this now :

    <?php $lookforuser = get_field('mustjoin'); var_dump($lookforuser);var_dump(strpos($lookforuser, $user_login));?>

    And when I navigate to the page, I have this in ALL the days :
    bool(false) bool(false)

    As soon as I refresh :

    string(17) "User1 User2 User3" int(0)
    Even on the days where there are not meetings.

    Now I will apply your second post and will post the differences.