Home › Forums › Backend Issues (wp-admin) › Relationship Field Conflict with The Events Calendar 3.0 › Reply To: Relationship Field Conflict with The Events Calendar 3.0
Running a var_dump
on the $value
before and after the foreach
loop in update_value
shows that the value is the same before and after. Trying to save one relationship field with one post selected gives me this: array(1) { [0]=> string(1) "8" }
As I mentioned earlier, the value can be set without The Events Calendar activated and, when activated it hides the values and doesn’t allow updating but also doesn’t delete the values. When you deactivate it again, the values selected before activating are back and visible.
In addition, this also effects the_field()
/get_field()
which similarly cannot access the value stored in the DB when TEC is activated even though the data is still there.
I’ll dig some more…
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.