Home › Forums › ACF PRO › Bidirectional Relationship, different field names, with get/update fields only › Reply To: Bidirectional Relationship, different field names, with get/update fields only
For anyone stumbling across this very useful post with limited php knowledge:
For me I had to use:
add_filter('acf/update_value/type=relationship', 'bidirectional_acf_update_value', 10, 3);
Instead of relationships, not 100% sure but I believe they changed the naming somewhere down the line.
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.