Hi! Ive got a bidirectional relationship between two post types and i want to have post type A’s post featured image to auto populate an image field in post type B’ post where the two posts hase the bidirectional relationship. If you can how would you do that?
Thanks for your time! 🙂
You would need to crate an acf/save_post action. In this action you would have to get the image from the related post and update the featured image.