Home › Forums › Backend Issues (wp-admin) › Taxonomy Field + Post Object Field Filterable › Reply To: Taxonomy Field + Post Object Field Filterable
Hi @Glyn
I think the filter ‘acf/fields/post_object/query’ will work just fine, however the taxonomy will not be passed in as a parameter. This means you need to find another way to find the taxonomy.
I would use a function such as get_current_screen
(http://codex.wordpress.org/Function_Reference/get_current_screen)
This function will return lots of information about the current edit page.
Does this help?
Thanks
E
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.