Home › Forums › General Issues › ACF data not showing in the front without a manual post update. › Reply To: ACF data not showing in the front without a manual post update.
You will need to create an action or filter that runs during the import, see this reference https://www.wpallimport.com/documentation/advanced/action-reference/ I’m not sure what filter to tell you to use here, but I think it would need to be “pmxi_saved_post”.
WPAI does not call update_field() when importing ACF fields, it calls update_post_meta() directly, so anything added by the plugin that creates the bidirectional fields will be bypassed.
So what you need to do is use the correct action/filter for WPAI and in your filter or action get the relationship field value and use update_field() to update that value which should cause the acf add on to perform it’s own actions to create the bidirectional entries needed.
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.