Home › Forums › Front-end Issues › Custom Post Taxonomies and ACF › Reply To: Custom Post Taxonomies and ACF
It wouldn’t be in the wp_options table. If you attach a field to a taxonomy term, it would be in the wp_termmeta table for that term. It would be the name of your field in the termmeta attached to the shows taxonomy term you adjusted the actors field for.
Also the field in the database does not include the term-slug_term-id. It’s just the info you pass to the get_field ACF function to know where to find your ACF field’s data.
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.