Home › Forums › ACF PRO › The Events Calendar (tribe_events Relationship fields) › Reply To: The Events Calendar (tribe_events Relationship fields)
I have tried to do some debugging and you are correct. The value is set but when rendering the field to show already selected posts ACF calls get_psots()
with the following arguments
Array
(
[posts_per_page] => -1
[post_type] => Array
(
[0] => tribe_events
)
[post_status] => any
[update_post_meta_cache] =>
[update_post_term_cache] =>
[post__in] => Array
(
[0] => 6092
)
)
and this returns no results. The only conclusion at this point that I can come to is that there is something in the events plugin that is interfering with this query.
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.