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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.