Home › Forums › Front-end Issues › Field group for Taxonomy Term MIA › Reply To: Field group for Taxonomy Term MIA
Your code was very helpful but I couldn’t get it to work until I amended it –>
from:
// Compare the selected terms parent to rule value.
$result = ( $term->parent == $rule['value'] );
to:
// Compare the selected terms term_id to rule value.
$result = ( $term->term_id == $rule['value'] );
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.