Home › Forums › Backend Issues (wp-admin) › Cannot Query By Custom Field › Reply To: Cannot Query By Custom Field
When ACF saves a field there are two entries created in the database. One has a meta key of your field name with the value to be stored. The second has a meta key = "_{$your_field_name}"
that has a value that is the ACF field key. Not sure if this is what you’re referring to.
Exactly what kind of field is this field you’re referring to as a flag? Is it a true false field? or some other type of field?
What do you mean when you say the value is a hashed value? Can you give me a better example? copy & past of the actual value stored?
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.