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?
Hello John,
Thanks for your answer.
I just implemented a job and filter to remove these values from the DB (experimental), as we don’t use ACF methods for rendering, only for the backend masks. Looks good so far…
use some more smart way to find the field type
I’m sure this should be possible. Please correct me if I’m wrong.
The same rules, that render a meta box in the backend, could apply to finding the correct field type for a DB meta_key.
Even if ACF supports the same meta_key with different types, there still only can be one of these used per DB post.
I.e. you can not create a
ACF allows this, but WordPress post_meta architecture not… one field just replaces the other
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.