Home › Forums › Backend Issues (wp-admin) › If Statement is Ignored? › Reply To: If Statement is Ignored?
I have not tested this, but you problem probably stems from the fact that “Ymd” in not a valid input format for DateTime. What I mean is that where you are using get_the_date('Ymd', null));
in this statement $listing_date = DateTime::createFromFormat($date_format, get_the_date('Ymd', null));
is not a valid input value.
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.