Home › Forums › Backend Issues (wp-admin) › Can I safely delete the field references in post_meta? › Reply To: Can I safely delete the field references in post_meta?
I’m not the developer so I’m just stating what I know from years (many) of using ACF.
Is it possible to use the same code to find a field as it is for displaying field groups in the admin?
Showing field groups in the admin is based on the field group, not the individual fields, this is top down, not bottom up. The only way to know if a field is shown is to know if the field group should be shown.
Is it possible to find a field for a post in the same way? Yes, here is what would be involved.
It would have to be repeated for every field.
This process would be extremely inefficient at scale.
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.